User Tools

Site Tools


ubuntu:aptitude:advantages_using_aptitude_instead_of_apt-get

Ubuntu - aptitude - Advantages using aptitude instead of apt-get

apt-get is a command-line package handling utility while aptitude is a high-level interface to the package manager.

There is not much difference between the two except aptitude will remove unused package dependencies automatically whereas with apt-get you have to do it manually.

Neither removes dependencies as that would cause problems.

  • Dependencies are packages that are depended on by other packages.
  • Do not remove them!

NOTE: To remove unused packages with apt-get use:

sudo apt-get autoremove
  • With aptitude there is nothing to do as it’s automatic.
ubuntu/aptitude/advantages_using_aptitude_instead_of_apt-get.txt · Last modified: 2023/07/17 13:25 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki