ich habe ein Problem mit APT bzw. APTITUDE. Ich bin nicht sicher, ob das hier richtig gepostet ist. Bitte ggf. verschieben.
Mehrere Pakete werden bei aptitude upgrade grundsätzlich als 'kept back' markiert. Dadurch traue ich mich momentan auch kein dist-upgrade zu machen, weil er sie dann removen möchte.
Code: Alles auswählen
etch:~# aptitude update
Get:1 http://security.debian.org etch/updates Release.gpg [835B]
....
Hit http://archive.debian.org etch/contrib Sources
Hit http://archive.debian.org etch/non-free Sources
Fetched 3B in 0s (16B/s)
Reading package lists... Done
Code: Alles auswählen
etch:~# aptitude upgrade
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
The following packages have been kept back:
apt apt-utils libsasl2-2
0 packages upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Code: Alles auswählen
etch:~# aptitude dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
The following packages are BROKEN:
apt apt-utils aptitude libsasl2 libsasl2-2
The following packages are RECOMMENDED but will NOT be installed:
libsasl2-modules
3 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 1923kB of archives. After unpacking 791kB will be used.
The following packages have unmet dependencies:
libsasl2: Depends: libsasl2-2 (= 2.1.22.dfsg1-8+etch1) but 2.1.22.dfsg1-23+squeeze1 is to be installed.
aptitude: Depends: libapt-pkg-libc6.3-6-3.11 which is a virtual package.
apt-utils: Depends: libdb4.7 which is a virtual package.
Depends: libstdc++6 (>= 4.2.1) but 4.1.1-21 is installed.
apt: Depends: libstdc++6 (>= 4.2.1) but 4.1.1-21 is installed.
libsasl2-2: Depends: libdb4.6 which is a virtual package.
Resolving dependencies...
The following actions will resolve these dependencies:
Remove the following packages:
apt-utils
Keep the following packages at their current version:
apt [0.6.46.4-0.1+etch1 (oldstable, oldstable, now)]
libsasl2-2 [2.1.22.dfsg1-8+etch1 (oldstable, oldstable, now)]
Leave the following dependencies unresolved:
debconf recommends apt-utils (>= 0.5.1)
Score is -243
Accept this solution? [Y/n/q/?]
Hatte aus Experimentierfreude bereits ein dist-upgrade durchgeführt, nach dem REMOVE von apt ging aber natürlich gar nichts mehr. Habe ehrlich gesagt keine Idee mehr, wonach ich noch googlen soll und ich möchte das System gerne auf Lenny bringen, wobei das nicht mein einziges Ziel ist.
Danke im Voraus,
tsj