TLDR
Enter a command. For example: reptyr, eyed3, smbget, chage, bmon.

dpkg

 
Debian package manager. Some subcommands such as dpkg deb have their own usage documentation. More information: https://manpages.debian.org/latest/dpkg/dpkg.html.
 
  • Install a package:
     
    dpkg -i {{path/to/file.deb}}
     
  • Remove a package:
     
    dpkg -r {{package_name}}
     
  • List installed packages:
     
    dpkg -l {{pattern}}
     
  • List a package's contents:
     
    dpkg -L {{package_name}}
     
  • List contents of a local package file:
     
    dpkg -c {{path/to/file.deb}}
     
  • Find out which package owns a file:
     
    dpkg -S {{filename}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.