Since starting with Ubuntu I have always used aptitude (command line, not the ncurses interface) in preference to apt-get, and this has been fine in all Ubuntu Xubuntu and Kubuntu installations so far.
I can't quite remember why, now: something about it being recommended (and the default in Debian) for better resolution of dependencies.
But since making Kubuntu 11.10 my main installation (a fresh installation), I've continually had problems with it not being able to resolve things or proposing uninstalling half the system (which I see several people have found with Muon too).
Adding --full-resolver results in it proposing removing lots of things.
Whereas apt-get upgrade just gets on with the job (although I see today that it is marking some razor-qt packages as "held back").
Is aptitude actually not such a good thing? Who uses which, assuming you upgrade at the command line at all?
I can't quite remember why, now: something about it being recommended (and the default in Debian) for better resolution of dependencies.
But since making Kubuntu 11.10 my main installation (a fresh installation), I've continually had problems with it not being able to resolve things or proposing uninstalling half the system (which I see several people have found with Muon too).
Code:
$ sudo aptitude safe-upgrade Resolving dependencies... Unable to resolve dependencies for the upgrade: no solution found. Unable to safely resolve dependencies, try running with --full-resolver.
Whereas apt-get upgrade just gets on with the job (although I see today that it is marking some razor-qt packages as "held back").
Is aptitude actually not such a good thing? Who uses which, assuming you upgrade at the command line at all?
Comment