Edit: This Opera install is for 64 bit system only.
check to see if Opera is installed from Terminal:
If a version is listed, then remove it to start all over.
This will install Opera and add it to your repository. Click the
SELECT ALL to copy each command, one at a time.
From the Terminal:
Import the public signing key for Opera:
Code: Select all
wget -qO- https://deb.opera.com/archive.key | sudo apt-key add -
Add the Opera browser repository to the system:
Code: Select all
echo "deb https://deb.opera.com/opera-stable/ stable non-free" | sudo tee /etc/apt/sources.list.d/opera-stable.list
Update the repository index:
Install the Opera browser using the apt command:
Code: Select all
sudo apt-get install -y opera-stable