Cannot Install Opera 11.61 and 11.60 on Ubuntu

Forums » Opera for Windows/Mac/Linux » Opera for *nix - Linux/FreeBSD

You need to be logged in to post in the forums. If you do not have an account, please sign up first.

Go to last post

5. February 2012, 16:44:49

ak08820

Posts: 8

Cannot Install Opera 11.61 and 11.60 on Ubuntu

I have a installed the latest Ubuntu on a dell laptop and am trying to install Opera. The deb pkg downloads but when I try ot open it with the pkg manager, I get "Internal error cannot open "opera....deb" .
I tried the .60 and .61 verions and both have the same issue. The file is being downloaded to /tmp and I made it a read-write file for my ID. I do have root access.

5. February 2012, 18:39:07

Frenzie

Posts: 14433

Are you sure you got the correct version (x86 vs. x64)?
Intelligent alien life does exist, otherwise they would've contacted us. — CalendarExtend Opera

1. March 2012, 02:00:24

linux-7

Posts: 1

Yes, I have the same problem. The deb files are corrupt it seems. The older versions seems to works, but I don't want an old version. I am also using an older version of Firefox and the Opera site doesn't work properly. I can't get any info on how to install any version, the tabs don't open up.

1. March 2012, 07:30:30

Opera Software

ruario

Posts: 977

In a terminal window issue the following:
wget http://ftp.opera.com/pub/opera/linux/1161/opera_11.61.1250_$(uname -m | sed 's/i.86/i386/;s/x86_64/amd64/').deb
sudo dpkg -i opera_11.61.1250_$(uname -m | sed 's/i.86/i386/;s/x86_64/amd64/').deb

1. March 2012, 08:02:21

Opera Software

ruario

Posts: 977

Originally posted by linux-7:

The deb files are corrupt it seems.

You may have had issues downloading them meaning you have a corrupt version but the ones we are providing are not corrupt. Plenty of people have installed them without problems. There would be more than two reports if the files were actually corrupt.

8. March 2012, 22:42:04

carlu78

Posts: 1

I get the same error. I guarantee you more people are having this problem but just don't want to go through the signup process in order to post a comment. I almost didn't. I think the issue is worth investigating. Having to go to the terminal is going to drive people away from both Linux and Opera.

The terminal solution did work, however, so thanks for that.

9. March 2012, 07:29:26

Opera Software

ruario

Posts: 977

My assumption was that dpkg would work, unlike software center or gdebi. I was already fairly certain the .deb packages are not corrupt because I am one of the people who tests them. wink

Since dpkg works it is likely this bug in python-apt, which affects more than just Opera. If it is that issue then we already investigated it and a fix has been supplied by Alexey Feldgendler (an Opera employee) to the upsteam project. This fix is now in Debian Sid and will eventually filter its way down other Debian, Ubuntu, Mint, etc. versions.

30. March 2012, 12:21:23

Opera Software

ruario

Posts: 977

@ak08820, @linux-7, @carlu78: Out of interest, why are you manually downloading the deb to install it. You should receive an update automatically via the update system, where I don't believe this bug displays.

3. April 2012, 01:38:12

mrken

Posts: 7

A. Can we update the topic to include 10.62?
B. I also think the problem is with Ubuntu software center: The update doesn't come up in the software center. I download the deb and open it, that brings up the software center page for 10.62, but when I click Install, nothing happens. Can i just use the dpkg commands changing the .61 to .62?

3. April 2012, 14:55:38

Opera Software

ruario

Posts: 977

Originally posted by mrken:

A. Can we update the topic to include 10.62?



You mean 11.62. p

Originally posted by mrken:

The update doesn't come up in the software center.



The update comes via the update manager, which is a separate application from Software Center.

Originally posted by mrken:

I download the deb and open it, that brings up the software center page for 10.62, but when I click Install, nothing happens.



Yep, this sounds like it might be the bug

Originally posted by mrken:

Can i just use the dpkg commands changing the .61 to .62?



Minor build number also changed and the subdirectory. Use this:

wget http://ftp.opera.com/pub/opera/linux/1162/opera_11.62.1347_$(uname -m | sed 's/i.86/i386/;s/x86_64/amd64/').deb
sudo dpkg -i opera_11.61.1347_$(uname -m | sed 's/i.86/i386/;s/x86_64/amd64/').deb

8. August 2012, 07:59:46

hha4491

Posts: 3

I don't understand your problem, because the latest Ubuntu has got the newest Opera. You can double check that with
$>apt-cache -n search opera
and then install it with
$>sudo apt-get install opera

8. August 2012, 08:12:50

Moderator

sgunhouse

Volunteer

Posts: 64834

You're rather late there ...

Forums » Opera for Windows/Mac/Linux » Opera for *nix - Linux/FreeBSD