1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:22:09 +02:00
tldr/pages/linux/apt-file.md
2018-12-14 12:39:12 +05:30

15 lines
316 B
Markdown

# apt-file
> Search for files in apt packages, including ones not yet installed.
- Update the metadata database:
`sudo apt update`
- Search for packages that contain the specified file or path:
`apt-file search {{part/of/filename}}`
- List the contents of a specific package:
`apt-file list {{package_name}}`