Linux Lite Forums
uninstall opera browser - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5)
+--- Forum: Installing Software (https://www.linuxliteos.com/forums/forumdisplay.php?fid=18)
+--- Thread: uninstall opera browser (/showthread.php?tid=2119)



uninstall opera browser - jerryemerydelacruz - 08-25-2015

How do I uninstall Opera Browser.  When I right click icon it doesn't present a remove option as stated in the Linux Lite manual.


Re: uninstall opera browser - rokytnji - 08-26-2015

Look for this in synaptic package manager

Code:
$ apt-cache policy opera-developer
opera-developer:
  Installed: 33.0.1967.0
  Candidate: 33.0.1967.0
  Version table:
*** 33.0.1967.0 0
        500 http://deb.opera.com/opera-developer/ stable/non-free amd64 Packages
        100 /var/lib/dpkg/status

I don't wish to remove mine but I will show a simulation of a command line uninstall.

Code:
$ sudo apt-get -s remove opera-developer
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  opera-developer
0 upgraded, 0 newly installed, 1 to remove and 40 not upgraded.
Remv opera-developer [33.0.1967.0]

sudo apt-get opera-developer without using -s switch will uninstall opera via command line. Or use synaptic package manager to uninstall it.




Re: uninstall opera browser - torreydale - 08-26-2015

Use Install/Remove Software:

Menu->System->Install/Remove Software

Search for "opera" and mark it for complete removal.  Then click on Apply.


Re: uninstall opera browser - jpbot - 04-12-2019

sudo apt-get remove opera