Pages

dpkg, apt, apt-get and aptitude - what are these?


  • dpkg - the core that does the actual installs. It doesn't manage all of the packages. The others are built off it.
  • apt - a package manager that manages repositories, dependencies etc.
  • apt-get - a CLI that is used to do installs through apt.
  • aptitude - a featured command line interface and an equivalent of powerful GUI software center.

No comments:

Post a Comment