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 installed, but it doesn’t resolve
dependencies, download packages, or do any other convenience functions.
Get hands-on with 1200+ tech skills courses.