mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 04:55:32 +02:00
Adds dpkg note for finding which package owns a file
This commit is contained in:
parent
eee3c0c040
commit
6d3294dcbe
1 changed files with 4 additions and 0 deletions
|
@ -17,3 +17,7 @@
|
|||
- List package contents:
|
||||
|
||||
`dpkg -L {{package_name}}`
|
||||
|
||||
- Find out which package owns a file
|
||||
|
||||
`dpkg -S {{file_name}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue