• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

dpkg-query Command Examples in Linux

by Deepika

dpkg-query is a command-line tool in Linux used to query information about installed packages on a Debian-based system. It is part of the dpkg package management system, which is the default package management system for Debian and its derivatives, such as Ubuntu.

The dpkg-query command can be used to perform a variety of tasks related to installed packages, including:

  • Listing all installed packages on the system.
  • Checking the status of a specific package.
  • Displaying information about a specific package such as version and description.
  • Searching for a package by name or by other attributes.

dpkg-query Command Examples

1. List all installed packages:

# dpkg-query --list

2. List installed packages matching a pattern:

# dpkg-query --list 'libc6*'

3. List all files installed by a package:

# dpkg-query --listfiles libc6

4. Show information about a package:

# dpkg-query --status libc6

5. Search for packages that own files matching a pattern:

# dpkg-query --search /etc/ld.so.conf.d

Filed Under: Linux

Some more articles you might also be interested in …

  1. CentOS / RedHat : Beginners guide to log file administration
  2. lastcomm: command not found
  3. How to move /usr and /var to Another Partition or Disk
  4. “docker logs” Command Examples
  5. nautilus Command Examples in Linux
  6. dget Command Examples in Linux
  7. 11 Useful “ssh” and “scp” Commands in Linux
  8. rkhunter: command not found
  9. setfacl Command Examples in Linux
  10. How to Create and Query a BTRFS File System

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright