This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!
dpkg
¶
dpkg
(Debian package manager), is a tool to install, build, remove and manage Debian packages.
The primary and more user-friendly front end for dpkg
is apt
.
Table of content¶
Use¶
-
Print dependencies of a
.deb
package: -
Check if some packages are installed (e.g. the list of dependencies printed by the previous command):
or -
Install a
.deb
package: -
Find what package owns a command:
If this cheat sheet has been useful to you, then please consider leaving a star here.