Skip to content

Adding opera repository to Ubuntu

Adding opera repository to Ubuntu

Installing Opera.

echo "deb http://archive.canonical.com/ jaunty partner" >> /etc/apt/sources.list
wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
sudo apt-get install debian-archive-keyring
sudo apt-get update
sudo apt-get install opera

Post a Comment

You must be logged in to post a comment.