
dpkg
List of commands for dpkg:
-
dpkg:ai:25674 Check if a package is installed in a Debian-based Linux system$ dpkg -l package_nametry on your machineexplain this command
-
dpkg:ai:72ae3 Lists all installed packages on the Debian-based Linux system$ dpkg --listtry on your machineexplain this command
-
dpkg:tldr:172f7 dpkg: Install a package.$ dpkg -i ${filename-deb}try on your machineexplain this command
-
dpkg:tldr:67247 dpkg: Remove a package.$ dpkg -r ${package_name}try on your machineexplain this command
-
dpkg:tldr:7f8f4 dpkg: List contents of a local package file.$ dpkg -c ${filename-deb}try on your machineexplain this command
-
dpkg:tldr:b8770 dpkg: List a package's contents.$ dpkg -L ${package_name}try on your machineexplain this command
-
dpkg:tldr:ea9ad dpkg: Find out which package owns a file.$ dpkg -S ${filename}try on your machineexplain this command
-
dpkg:tldr:f6663 dpkg: List installed packages.$ dpkg -l ${pattern}try on your machineexplain this command