mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
316 B
316 B
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}}