opera will not install

Asked by lloyd

I receive an error:dependency not satisfiable:libqt3-mt when I try to install opera on xubuntu

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Nicolas DERIVE
Solved:
Last query:
Last reply:
Revision history for this message
Mariano Mara (marplatense) said :
#1

You need to install the other package (libqt3-mt) first.
You can do it with:
sudo apt-get install libqt3-mt

If you prefer Synaptics, do System-> Administration -> Synaptics and with control+F you can find it.

Bear in mind that libqt3-mt might install additional packages it needs to run.

Revision history for this message
lloyd (lloydsharons) said :
#2

that package was not on my xubuntu installation disk, where can I get the app?

----------------------------------------
> To: <email address hidden>
> From: <email address hidden>
> Subject: Re: [Question #5107]: opera will not install
> Date: Mon, 16 Apr 2007 20:29:01 +0000
>
> Your question #5107 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+ticket/5107
>
> Status: Open => Answered
>
> Mariano Mara proposed the following answer:
> You need to install the other package (libqt3-mt) first.
> You can do it with:
> sudo apt-get install libqt3-mt
>
> If you prefer Synaptics, do System-> Administration -> Synaptics and
> with control+F you can find it.
>
> Bear in mind that libqt3-mt might install additional packages it needs
> to run.
>
> _______________________________________________________________________
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/ubuntu/+ticket/5107/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+ticket/5107

_________________________________________________________________
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE

Revision history for this message
Mariano Mara (marplatense) said :
#3

In case you have internet connection available to your machine, if you do:
sudo apt-get install libqt3-mt
You should get it.

In case you don't have an internet connection, go here: http://packages.ubuntu.com/cgi-bin/search_packages.pl?keywords=libqt3-mt&searchon=names&subword=1&version=edgy&release=all
and download _at least_ the first two packages: libqt3-mt and libqt3-mt-dev
Transfer them to your xubuntu box and install them.

Please, remember there's a complete wiki help page with more information about opera and ubuntu: https://help.ubuntu.com/community/OperaBrowser

Revision history for this message
Best Nicolas DERIVE (kalon33) said :
#4

If you have an internet connexion available on your machine, try typing "sudo apt-get update" and then "sudo apt-get install libqt3-mt" in a terminal. If it doesn't work, look at your software sources (admin menu) to see if main updating via internet is enabled.

Revision history for this message
lloyd (lloydsharons) said :
#5

Thanks Nicolas DERIVE, that solved my question.