DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Squeeze users: DO NOT UPGRADE APT!!! [Problem solved]
Currently, something is very wrong in Debian-land. Do not update apt. If you do, you will end up removing aptitude and Synaptic and I don't know what else. Just say no to the current updates.
Been there already....
Had to pull packages down from Sid to sort the dependencies.
Completely my own fault.
I really must learn to read.......
Got aptitude working again now.
Last edited by the trooper; 05-07-2009 at 09:35 AM.
if you use aptitude instead of apt-get, it will not install the broken package when you use
Code:
aptitude safe-upgrade
if you use
Code:
aptitude dist-upgrade
it will ask before removing.
In general I wait a few days, and then it will install normally.
Quote:
cannabis:/home/repo# aptitude safe-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
The following packages have been kept back:
apt apt-utils
0 packages upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Right: you always get asked (with apt-get and Synaptic as well, I believe), but I've already seen two posts this morning (at http://forums.debian.net/) by people who didn't read the upgrade questions very carefully. So I figured that I would post a warning.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.