dpkg is short for Debian package, a package management system developed specifically for the Debian operating system to install, update and remove software.
All Linux systems derived from “Debian” use dpkg, for example “Ubuntu“.
dpkg [option] <action>
Options:
-i: Install package
-r: Remove package
-P: Delete a package with its configuration file
-L: Show the files associated with a package
-unpack: Unpack a package
-c: Show the list of files in a package
-configure: Configure a package
-s: Search package details
Parameters: deb package
0 Comments