How to Completely Remove/Uninstall Opera Browser in Ubuntu 18.04 LTS?<br /><br />First, Right click on the desktop, and then click on 'open terminal.'<br /><br />Step 1: Run the purge command<br /><br /> sudo apt purge opera-stable<br /><br /><br />Step 2: We need to remove the ‘opera’ folder in /home/ubuntu123/.cache by running the command below:-<br /> <br /> Note: Replace ubuntu123 with your username<br /><br /> rm -rf /home/ubuntu123/.cache/opera<br /> <br /> <br />Step 3: Also Remove the ‘opera’ folder in /home/ubuntu123/.config by running the command below:-<br /><br /> Note: Replace ubuntu123 with your username<br /><br /> rm -rf /home/ubuntu123/.config/opera<br /><br /><br />Step 4: Remove Dependencies<br /><br /> sudo apt autoremove<br /><br /><br />It's done<br /><br /><br />Thanks for watching, please like and subscribe <br /><br />==============================================<br />https://www.facebook.com/HowtoTutorialsByAmit/<br />