dpkg, apt and Other Frontend Tools
Learn about dpkg, apt and other frontend tools and their uses.
We'll cover the following...
The dpkg tool
Debian uses a low-level tool called dpkg to install and uninstall packages, query the package database (to list installed packages, for example), and so on.
dpkg validates that package dependencies are ...
Ask