4

I'm that kind of user who likes to have different browsers, media players, etc. Today I just wanted to try out Opera and Google Chrome, but I don't want to use them anymore so I thought that I remove them. The problem is I can't find them in Ubuntu Software Center or when I use 'remove opera' in terminal it doesn't work. Can you tell me how to remove them properly?

Braiam
  • 67,791
  • 32
  • 179
  • 269

6 Answers6

9

Open a Terminal and put in:

sudo apt-get remove opera-stable

to remove opera and

 sudo apt-get remove google-chrome-stable

to remove chrome

poldi
  • 136
3

In Software Center go to Installed and from right side of the Installed click on the down arrow button and select Unknown - You will see Opera and Chrome there.

enter image description here

Muzaffar
  • 5,597
3

Are you sure that you have installed these two pieces of software successfully?

Try this:

dpkg -s opera-stable google-chrome-stable

If you see dpkg-query: package 'nlll' is not installed and no information is available that means you didn't install that.

Also, if you install that, you will see lots of files.

muru
  • 197,895
  • 55
  • 485
  • 740
Mr.m
  • 86
2

Use purge to delete the configurations as well

example:

sudo apt-get purge opera-stable
Dave
  • 964
  • 1
    This would be better either as a complete answer (i.e., an answer that does not depend on reading other answers) or as a comment – josinalvo Feb 14 '15 at 17:12
  • 1
    I agree completely! I would have loved to have added it as a comment to the post it's adding to. Except Askubuntu's permissions are such that a new user gains ability to provide "answers" prior to being able to add comments. I can comment only on my own posts at this time. – Dave Feb 14 '15 at 17:56
  • 1
    okay than. No problem =P – josinalvo Feb 14 '15 at 18:16
1

After a long searching process, I used sudo snap remove opera-beta command and it is working. I forget that i installed opera-beta from snap.

Lorenz Keel
  • 8,905
1

I solved with this command : sudo snap remove opera

salvo720
  • 111
  • 1