How to Completely Remove/Uninstall Opera Browser in Ubuntu 18.04 LTS?
  • 5 years ago
How to Completely Remove/Uninstall Opera Browser in Ubuntu 18.04 LTS?

First, Right click on the desktop, and then click on 'open terminal.'

Step 1: Run the purge command

sudo apt purge opera-stable


Step 2: We need to remove the ‘opera’ folder in /home/ubuntu123/.cache by running the command below:-

Note: Replace ubuntu123 with your username

rm -rf /home/ubuntu123/.cache/opera


Step 3: Also Remove the ‘opera’ folder in /home/ubuntu123/.config by running the command below:-

Note: Replace ubuntu123 with your username

rm -rf /home/ubuntu123/.config/opera


Step 4: Remove Dependencies

sudo apt autoremove


It's done


Thanks for watching, please like and subscribe

==============================================
https://www.facebook.com/HowtoTutorialsByAmit/
Recommended