SLEDopit wrote:Telemachus wrote:@ morgainebrigid - the advice you like is brief and to the point, but I would recommend this instead
- Code: Select all
aptitude update && aptitude dist-upgrade
After updating your aptitude package manager itself, that would become
- Code: Select all
aptitude update && aptitude full-upgrade
not. you're not right.
man aptitude wrote: full-upgrade
Upgrades installed packages to their most recent version, removing or installing packages as necessary. This command is less conservative than safe-upgrade and thus more likely to perform unwanted actions. However, it is capable of upgrading packages that safe-upgrade cannot upgrade.
Note
This command was originally named dist-upgrade for historical reasons, and aptitude still recognizes dist-upgrade as a synonym for full-upgrade.
Well, fair enough, you could continue to use the old name, but why would you want to? Oddly, if you enter
aptitude update, aptitude complains that
upgrade is deprecated and you should enter
safe-upgrade - the new version. But, you are correct, you can still enter
dist-upgrade.
"We have not been faced with the need to satisfy someone else's requirements, and for this freedom we are grateful."
Dennis Ritchie and Ken Thomspon,
The UNIX Time-Sharing System