Opera install in 12.04

Asked by William Booker

Downloaded Opera (deb & tar versions) from website, but how do I install it?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Greg Beam (ki7mt) said :
#1

William,

By Opera, if your referring to the Opera-Broswer, see the link below:

https://help.ubuntu.com/community/OperaBrowser

Revision history for this message
daniel CURTIS (anoda) said :
#2

Hi William. Generaly recomended way to install Opera (and other applications) is to use repository and APT utility - please check <http://deb.opera.com/> but the best way is a reading <https://help.ubuntu.com/community/OperaBrowser> website. There you will find everything what you need.

Best regards.

P.S. if you already have a '.deb' file, you can use 'sudo dpkg -i PKG_NAME' command (without quotes) and enter your password.

Revision history for this message
daniel CURTIS (anoda) said :
#3

Hi, KI7MT was first, but William if you will see a missing dependencies error, run: 'sudo apt-get -f install' command. Sorry for a double answer.

Revision history for this message
William Booker (bulwark58) said :
#4

Thanks for all your help, but frankly I'm bamboozled by it all. Surely there's a simple way of installing it? Do this, add that, all too confusing to someone from Windoze.

Revision history for this message
Greg Beam (ki7mt) said :
#5

William,

From your desktop, open a terminal with Ctrl + Alt + T

Then copy and paste each line after the # sign, hitting enter after the pate in the terminal:

# Add the Repository
deb http://deb.opera.com/opera-beta/ stable non-free

# Install the PGP Key
wget -qO - http://deb.opera.com/archive.key | sudo apt-key add -

# If you get authentication warnings, use this
sudo apt-get install debian-archive-keyring

# Update packages lists
sudo apt-get update

Install Opera Browser
sudo apt-get install opera

#exit the terminal
exit

Now open Dash, (Tap the Windows Key / Super Ky) and type in Opera, you shoudl then be presented with an Icon to launch the browser.

Let us know if this fails in any way.

Revision history for this message
Greg Beam (ki7mt) said :
#6

William,

correction below:

# Install Opera Browser
sudo apt-get install opera

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

gksudo gedit /etc/apt/sources.list.d/opera.list

add this line:

deb http://deb.opera.com/opera-beta/ stable non-free

Will add the repo for you.

Can you help with this problem?

Provide an answer of your own, or ask William Booker for more information if necessary.

To post a message you must log in.