Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ahnerd/ed0b0804a804338224a9bb6a17f3032e to your computer and use it in GitHub Desktop.
Save ahnerd/ed0b0804a804338224a9bb6a17f3032e to your computer and use it in GitHub Desktop.
How to install Opera browser in Ubuntu from PPA

How to install Opera browser in Ubuntu from PPA

To install the Opera browser from PP under Ubuntu you need to follow these steps :

Before starting open up your terminal.

First you need to setup the key with

wget -O - http://deb.opera.com/archive.key | sudo apt-key add -

Next setup the repository with

sudo sh -c 'echo "deb http://deb.opera.com/opera-stable/ stable non-free" >> /etc/apt/sources.list.d/opera.list'

Then update your packages :

sudo apt-get update 

And finally you can install Opera :

sudo apt-get install opera

References

techiediaries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment