0

My Ubuntu Version (Server):

root@li339-83:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 11.04
Release:        11.04
Codename:       natty
root@li339-83:~#

When I do apt-get install update-manager-core

I get the following error:

Err http://us.archive.ubuntu.com/ubuntu/ natty-updates/main update-manager-core i386 1:0.150.5.4
  404  Not Found [IP: 91.189.91.13 80]
Err http://security.ubuntu.com/ubuntu/ natty-security/main update-manager-core i386 1:0.150.5.4
  404  Not Found [IP: 2001:67c:1360:8c01::23 80]
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/u/update-manager/update-manager-core_0.150.5.4_i386.deb  404  Not Found [IP: 2001:67c:1360:8c01::23 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Running apt-get install --fix-missing update-manager-core

results in:

Err http://us.archive.ubuntu.com/ubuntu/ natty-updates/main update-manager-core i386 1:0.150.5.4
  404  Not Found [IP: 91.189.91.13 80]
Err http://security.ubuntu.com/ubuntu/ natty-security/main update-manager-core i386 1:0.150.5.4
  404  Not Found [IP: 2001:67c:1360:8c01::23 80]
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/u/update-manager/update-manager-core_0.150.5.4_i386.deb  404  Not Found [IP: 2001:67c:1360:8c01::23 80]
E: Internal Error, ordering was unable to handle the media swap

After installing and running banish404,

root@li339-83:~# apt-get install update-manager-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package update-manager-core

Seems banish404 was partially installed:

root@li339-83:~# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 banish404 : Depends: zenity but it is not installable
E: Unmet dependencies. Try using -f.

Trying using dist-upgrade:

root@li339-83:~# sudo apt-get -f dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
Calculating upgrade... Done
The following packages will be REMOVED:
  banish404
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 45.1 kB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 26880 files and directories currently installed.)
Removing banish404 ...
root@li339-83:~# sudo apt-get -f dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@li339-83:~#

Have added more debug details here - http://pastebin.com/n6yDwHGh

I am not sure why Ubuntu is not able to do such a simple task. Do I need to modify sources.list?

Raj
  • 113
  • 7

0 Answers0