I've been thinking about switching to aptitude, but I've heard people say "if you're already using apt-get, you should wait until your next installation to switch." Why do people say this? What sort of problems (if any) can this cause?
|
feedback
|
|
apt-get and aptitude are different UIs that are part of the same package management system, APT, the Advanced Packaging Tool. For instance, both are configured using How they differ is their internal rule system to represent potential conflicts between package, how to resolve them (say during | |||||
feedback
|
|
It was said on the Debian mailing list, years ago, that switching from apt-get to aptitude was risky. This is two Debian versions (say 10 years) ago. All those problems seem to be worked out now, and certainly I haven't seen problems on either Debian or Ubuntu. | |||||||||
feedback
|
|
Lots of good advice is already here, but let me add one thing nobody has mentioned. If you do decide to switch, you may want to run this command, depending on what you've been up to with
That command resets Here's the reason it's sometimes useful: for awhile now, both What's my point? Well, if you've been seeing constant nudges to run Two general pieces of advice:
| ||||
|
feedback
|
|
I'd also say go ahead and use Additionally you'll have more stuff united in one tool. Rather than remembering when to call As for complications when switching "in the middle": I don't remember having had any when I did it. | |||
|
feedback
|
|
Are they not just a different interface to the same backend? | |||||||||||||||||
feedback
|
|
From my experience, they have a different way of pinning package versions. In my case, I told aptitude to lock certain packages, assuming I'd be safe from future updates. I was wrong; the cron-scheduled update manager, which uses apt-get, proceeds to upgrade it to my dismay. Drats, as I was writing this, I googled and found out that the bug (#557580 aptitude does not obey pins in preferences.d/*) was already fixed! | |||
|
feedback
|
|
I use both apt-get and aptitude without any problem: I have the same question...Why do people say this??? :D Go on, and don't worry: aptitude is just a text-gui for apt-get, that you could even use as a command line application, for example Regards | |||||||
feedback
|
