2016-01-06 13:38:13 +01:00
|
|
|
# dpkg-query
|
|
|
|
|
2024-02-25 07:46:24 -03:00
|
|
|
> Display information about installed packages.
|
2024-09-18 11:00:49 +02:00
|
|
|
> More information: <https://manned.org/dpkg-query.1>.
|
2016-01-06 13:38:13 +01:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- List all installed packages:
|
2016-01-06 13:38:13 +01:00
|
|
|
|
2025-05-10 19:55:01 +03:00
|
|
|
`dpkg-query {{[-l|--list]}}`
|
2016-01-06 13:38:13 +01:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- List installed packages matching a pattern:
|
2016-01-06 13:38:13 +01:00
|
|
|
|
2025-05-10 19:55:01 +03:00
|
|
|
`dpkg-query {{[-l|--list]}} '{{libc6*}}'`
|
2016-01-06 13:38:13 +01:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- List all files installed by a package:
|
2016-01-06 13:38:13 +01:00
|
|
|
|
2025-05-10 19:55:01 +03:00
|
|
|
`dpkg-query {{[-L|--listfiles]}} {{libc6}}`
|
2016-01-06 13:38:13 +01:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Show information about a package:
|
2016-01-06 13:38:13 +01:00
|
|
|
|
2025-05-10 19:55:01 +03:00
|
|
|
`dpkg-query {{[-s|--status]}} {{libc6}}`
|
2022-07-20 10:50:21 -07:00
|
|
|
|
|
|
|
- Search for packages that own files matching a pattern:
|
|
|
|
|
2025-05-10 19:55:01 +03:00
|
|
|
`dpkg-query {{[-S|--search]}} {{/etc/ld.so.conf.d}}`
|