TLDR
Enter a command. For example: tomb, reflector, procs, nordvpn.

dpkg-query

 
A tool that shows information about installed packages. More information: https://manpages.debian.org/latest/dpkg/dpkg-query.1.html.
 
  • List all installed packages:
     
    dpkg-query -l
     
  • List installed packages matching a pattern:
     
    dpkg-query -l '{{pattern}}'
     
  • List all files installed by a package:
     
    dpkg-query -L {{package_name}}
     
  • Show information about a package:
     
    dpkg-query -s {{package_name}}

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.