View Single Post
  #1  
Old 05-02-2010, 05:25 AM
Stream Recorder
 
Posts: n/a
Default

How to install Opera from repository in Ubuntu 10.04 Lucid


Add generic Opera repository
Code:
deb http://deb.opera.com/opera/ stable non-free
Add the Opera GPG key:
Code:
wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
sudo apt-get install debian-archive-keyring
Install Opera from the terminal:
Code:
sudo apt-get update
sudo apt-get install opera
Reply With Quote