Here’s a guide to install Opera browser 12 on Linux Mint 13, 14, 15. I’d recommend to add the official repository which has well integrated version for Debian based Linux.
Objectives:
- Install Opera 12 from its Official Repository
- Enjoy
To get started, press Ctrl+Alt+T to open a terminal window for running commands.
Add the official repository by running below command:
sudo sh -c 'echo "deb http://deb.opera.com/opera/ stable non-free" >> /etc/apt/sources.list.d/opera.list'
Install the public key:
wget -qO - http://deb.opera.com/archive.key | sudo apt-key add -
Finally update package lists and install Opera:
sudo apt-get update; sudo apt-get install -y opera
Once installed, search it from the start menu. Enjoy!
I’ve tried from Opera’s page and it doesn’t work. OH! Thank you so much.