1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 21:15:35 +02:00

Adds dpkg note for finding which package owns a file

This commit is contained in:
Seth Woodworth 2016-11-25 12:08:18 -05:00 committed by Agniva De Sarker
parent eee3c0c040
commit 6d3294dcbe

View file

@ -17,3 +17,7 @@
- List package contents: - List package contents:
`dpkg -L {{package_name}}` `dpkg -L {{package_name}}`
- Find out which package owns a file
`dpkg -S {{file_name}}`