We have an old ubuntu breezy server which someone unsucessfully has tried to upgrade in the past. We need it upgraded, but almost all apt-get operations return something like this:
apt-get install -f
Reading package lists... Done
Building dependency tree... Done
0 upgraded, 0 newly installed, 0 to remove and 49 not upgraded.
3 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Can't exec "locale": No such file or directory at /usr/share/perl5/Debconf/Encoding.pm line 16.
Use of uninitialized value in scalar chomp at /usr/share/perl5/Debconf/Encoding.pm line >17.
dpkg: dependency problems prevent configuration of apt:
dpkg (1.14.5ubuntu16) breaks apt (<< 0.7.6ubuntu6) and is installed.
Version of apt to be configured is 0.6.43.3ubuntu2.
dpkg: error processing apt (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of apt-utils:
apt-utils depends on libapt-pkg-libc6.3-6-3.11; however:
Package libapt-pkg-libc6.3-6-3.11 is not installed.
Package apt which provides libapt-pkg-libc6.3-6-3.11 is not configured yet.
dpkg: error processing apt-utils (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of aptitude:
aptitude depends on libapt-pkg-libc6.3-6-3.11; however:
Package libapt-pkg-libc6.3-6-3.11 is not installed.
Package apt which provides libapt-pkg-libc6.3-6-3.11 is not configured yet.
dpkg (1.14.5ubuntu16) breaks aptitude (<< 0.4.6.1-1ubuntu2) and is installed.
Version of aptitude to be configured is 0.4.0-5ubuntu3.
dpkg: error processing aptitude (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
apt
apt-utils
aptitude
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any ideas as to how i can correct this, so we can upgrade one ver. at a time (or up to 10.04)
