Opera is a free chromium based web browser from Opera software for Windows, Android, iOS, macOS, and Linux. It comes with some interesting features like build-in VPN, ad blocker, Crypto Wallet, battery saver and workspaces features. Some other features are search pop-up, video pop out and personal news. You can easily install it in your Ubuntu OS. In this article we will install opera browser on Ubuntu via deb and snap.
Install Opera on Ubuntu
You can install opera browser via the native deb package file and snap package on Ubuntu
Install opera via deb:
Go to the above opera download page and download the browser in deb package file and save it in your Downloads folder. You can change the below commands based on your downloaded opera file name. For me its “opera-stable_70.0.3728.95_amd64.deb”. After that open terminal app (ctrl+alt+t) and run below commands one by one.
cd Downloads
sudo dpkg -i opera-stable_70.0.3728.95_amd64.deb
Enter your ubuntu user password and replace “opera-stable_70.0.3728.95_amd64.deb” with your file name.
sudo apt install -f
Install opera via Snap:
You can also install opera browser via snap. In terminal run this command.
sudo snap install opera