Ubuntu cannot resolve unmet dependency

Posted by DisgruntledGoat on Server Fault See other posts from Server Fault or by DisgruntledGoat
Published on 2010-12-31T13:15:27Z Indexed on 2012/10/24 23:03 UTC
Read the original article Hit count: 220

Filed under:
|

I'm trying to install a package on my Ubuntu 8.10 server. However, I get this message:

The following packages have unmet dependencies.
webmin: Depends: apt-show-versions but it is not going to be installed
E: Unmet dependencies. Try ‘apt-get -f install’ with no packages (or specify a solution).

So I run apt-get -f install which offers to install apt-show-versions and libapt-pkg-perl. After selecting to install without verification, I get these errors:

Err http://gb.archive.ubuntu.com intrepid/universe libapt-pkg-perl 0.1.22build1
404 Not Found
Err http://gb.archive.ubuntu.com intrepid/universe apt-show-versions 0.13
404 Not Found
Failed to fetch http://gb.archive.ubuntu.com/ubuntu/pool/universe/liba/libapt-pkg-perl/libapt-pkg-perl_0.1.22build1_i386.deb 404 Not Found
Failed to fetch http://gb.archive.ubuntu.com/ubuntu/pool/universe/a/apt-show-versions/apt-show-versions_0.13_all.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

I've tried running apt-get update and adding --fix-missing as suggested, but neither works. Where do I go from here?

© Server Fault or respective owner

Related posts about ubuntu

Related posts about apt