Somehow Amarok got broken a few hours ago and removing & reinstalling it with apt-get didn't work (I managed to remove it but then couldn't install because amarok-common needed a downgrade first).
Tried again, this time with aptitude and it did all that stuff that needed to be done.
So the question is: what are the major differences between the two and which would be better?
Cheers,
ElWray
Tried again, this time with aptitude and it did all that stuff that needed to be done.
So the question is: what are the major differences between the two and which would be better?
Cheers,
ElWray







Also, I always use apt and haven't used aptitude, but does aptitude actually give you prompts? From what I've read, when used on the command line, aptitude works like apt, unless you count Y/n as a prompt, but surely everyone can read that.

Using apt-get dist-upgrade, for me, has never failed me. On those occasions (rare) that errors got reported, running apt-get -f install (followed by apt-get update && apt-get dist-upgrade sequences [as necessary]) resulted in complete upgrades. I've never had a problem.
Comment