Linux Lite Forums

Software - Support => Installing Software => Topic started by: jerryemerydelacruz on August 25, 2015, 06:05:48 PM

Title: uninstall opera browser
Post by: jerryemerydelacruz on August 25, 2015, 06:05:48 PM
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.
Title: Re: uninstall opera browser
Post by: rokytnji on August 25, 2015, 08:24:32 PM
Look for this in synaptic package manager

Code: [Select]
$ 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: [Select]
$ 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.

Title: Re: uninstall opera browser
Post by: torreydale on August 25, 2015, 08:28:39 PM
Use Install/Remove Software:

Menu->System->Install/Remove Software

Search for "opera" and mark it for complete removal.   Then click on Apply.
Title: Re: uninstall opera browser
Post by: jpbot on April 12, 2019, 05:17:47 AM
sudo apt-get remove opera