The following packages have unmet dependencies:
Tom H
tomh0665 at gmail.com
Wed Dec 16 22:42:16 UTC 2009
> I can't figure out how to solve this issue. I tried disabling PPA
> repos by commenting them out.
> chris at ubuntu:~/Desktop/imageshack-uploader$ cat /etc/apt/sources.list
> deb http://archive.canonical.com/ubuntu jaunty partner
> deb-src http://archive.canonical.com/ubuntu jaunty partner
> # winehq repository
> #deb http://ppa.launchpad.net/awn-testing/ubuntu jaunty main
> #deb-src http://ppa.launchpad.net/awn-testing/ubuntu jaunty main
> # chromium daily
> #deb http://ppa.launchpad.net/timothy-redaelli/ppa/ubuntu jaunty main
> #deb-src http://ppa.launchpad.net/timothy-redaelli/ppa/ubuntu jaunty main
> deb http://us.archive.ubuntu.com/ubuntu/ jaunty main universe
> restricted multiverse
> deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty main universe
> restricted multiverse #Added by software-properties
> deb http://us.archive.ubuntu.com/ubuntu/ jaunty-updates universe main
> multiverse restricted
> deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-updates universe
> main multiverse restricted
> deb http://security.ubuntu.com/ubuntu/ jaunty-security universe main
> multiverse restricted
> deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-security universe
> main multiverse restricted
> deb http://us.archive.ubuntu.com/ubuntu/ jaunty-backports universe
> main multiverse restricted
> deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-backports universe
> main multiverse restricted
> #miro
> # deb repo.offensive-security.com/dist/bt4 binary/
> chris at ubuntu:~/Desktop/imageshack-uploader$ sudo apt-get update
> chris at ubuntu:~/Desktop/imageshack-uploader$ sudo apt-get install -f
> chris at ubuntu:~/Desktop/imageshack-uploader$ sudo apt-get install
> libqt4-gui libqt4-core libqt4-xml
> libqt4-core is already the newest version.
> libqt4-core set to manually installed.
> libqt4-xml is already the newest version.
> libqt4-xml set to manually installed.
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> The following packages have unmet dependencies:
> libqt4-gui: Depends: libqtgui4 (= 4.5.0-0ubuntu4.3) but
> 4.5.2-0ubuntu2~jaunty1~ppa2 is to be installed
> Depends: libqt4-svg (= 4.5.0-0ubuntu4.3) but
> 4.5.2-0ubuntu2~jaunty1~ppa2 is to be installed
> Depends: libqt4-opengl (= 4.5.0-0ubuntu4.3) but
> 4.5.2-0ubuntu2~jaunty1~ppa2 is to be installed
> Depends: libqt4-designer (= 4.5.0-0ubuntu4.3) but
> 4.5.2-0ubuntu2~jaunty1~ppa2 is to be installed
> Depends: libqt4-assistant (= 4.5.0-0ubuntu4.3) but
> 4.5.2-0ubuntu2~jaunty1~ppa2 is to be installed
> E: Broken packages
(1) Your "sources.list" consists of the following:
deb http://archive.canonical.com/ubuntu jaunty partner
deb http://us.archive.ubuntu.com/ubuntu/ jaunty main universe
restricted multiverse
deb http://us.archive.ubuntu.com/ubuntu/ jaunty-updates main universe
restricted multiverse
deb http://security.ubuntu.com/ubuntu/ jaunty-security main universe
restricted multiverse
deb http://us.archive.ubuntu.com/ubuntu/ jaunty-backports main
universe restricted multiverse
And yet you have the following repositories being queried when you
"apt-get update":
Hit http://ppa.launchpad.net jaunty Release.gpg
Ign http://ppa.launchpad.net jaunty/main Translation-en_US
Hit http://packages.medibuntu.org jaunty Release.gpg
Ign http://packages.medibuntu.org jaunty/free Translation-en_US
Ign http://packages.medibuntu.org jaunty/non-free Translation-en_US
Hit http://ppa.launchpad.net jaunty Release
Hit http://packages.medibuntu.org jaunty Release
Hit http://ppa.launchpad.net jaunty/main Packages
Hit http://packages.medibuntu.org jaunty/free Packages
Hit http://packages.medibuntu.org jaunty/non-free Packages
Hit http://packages.medibuntu.org jaunty/free Sources
Hit http://packages.medibuntu.org jaunty/non-free Sources
Do you have any files in "/etc/apt/sources.list.d"? I have never used
this directory but it would explain (to me anyway) why "medibuntu.org"
and "launchpad.net" are appearing in the "apt-get update" output given
your "sources.list".
(2) If you "apt-get install libqt4-core libqt4-xml" and "libqt4-core"
and "libqt4-xml" have already been automatically installed, they will
be set to having been manually installed.
(3) "libqt4-gui" is a dummy package and it may not exist in the ppa
from which you installed "libqtgui4", etc, so apt-get is complaining
about your more recent libqt... versions.
More information about the ubuntu-users
mailing list