If you have Snap support enabled in your Linux distribution, you may install Opera via Snap: sudo snap install opera
Opera browser is also available as a snap package officially. Sudo rm -f /etc/apt//opera.list Opera as Snap To remove Opera browser installed this way, you should use the following commands one by one: sudo apt remove opera-stable sudo apt install opera-stableĭuring the installation, you’ll be prompted for adding Opera repository to sources list. Update the package cache so that your system is aware of the packages available by the newly added repository: sudo apt updateįinally, install the opera-stable package to install Opera. Now add the Opera repository in your sources list directory (not file): echo deb stable non-free | sudo tee /etc/apt//opera.list
If you want to take the command line route, you can do that as well.įirst, make sure to install Curl on Ubuntu: sudo apt install curlĭownload and add the Opera repository key: curl | sudo apt-key add. Installing Opera browser graphically as described above is simplest and easiest method.