Apt-file: Difference between revisions
From Leechfinger
Jump to navigationJump to search
Created page with "apt-file command searches available packages for a specific file or files. The packages do not need to be installed to perform the search. == Usage == <syntaxhighlight lang="bash" line> apt-file list x11-utils </syntaxhighlight> Category:Commands" |
No edit summary |
||
Line 1: | Line 1: | ||
apt-file command searches available packages for a specific file or files. The packages do not need to be installed to perform the search. | apt-file command searches available packages for a specific file or files. The packages do not need to be installed to perform the search. | ||
== Install == | |||
<syntaxhighlight lang="bash" line> | |||
apt install apt-file | |||
</syntaxhighlight> | |||
== Usage == | == Usage == | ||
<syntaxhighlight lang="bash" line> | <syntaxhighlight lang="bash" line> |
Revision as of 15:48, 4 June 2024
apt-file command searches available packages for a specific file or files. The packages do not need to be installed to perform the search.
Install
apt install apt-file
Usage
apt-file list x11-utils