2018-12-14 07:09:12 +00:00
|
|
|
# apt-file
|
|
|
|
|
|
|
|
> Search for files in apt packages, including ones not yet installed.
|
2021-04-17 14:26:03 +01:00
|
|
|
> More information: <https://manpages.debian.org/latest/apt-file/apt-file.1.html>.
|
2018-12-14 07:09:12 +00:00
|
|
|
|
|
|
|
- Update the metadata database:
|
|
|
|
|
|
|
|
`sudo apt update`
|
|
|
|
|
|
|
|
- Search for packages that contain the specified file or path:
|
|
|
|
|
2021-04-17 14:26:03 +01:00
|
|
|
`apt-file {{search|find}} {{part/of/filename}}`
|
2018-12-14 07:09:12 +00:00
|
|
|
|
|
|
|
- List the contents of a specific package:
|
|
|
|
|
2021-04-17 14:26:03 +01:00
|
|
|
`apt-file {{show|list}} {{package_name}}`
|
|
|
|
|
|
|
|
- Search for packages that match the regular expresssion given in `pattern`:
|
|
|
|
|
2021-05-10 10:03:12 +01:00
|
|
|
`apt-file {{search|find}} --regexp {{regular_expression}}`
|