diff --git a/pages/linux/dpkg.md b/pages/linux/dpkg.md index ddf4c3c83..a2cc1b7cc 100644 --- a/pages/linux/dpkg.md +++ b/pages/linux/dpkg.md @@ -17,3 +17,7 @@ - List package contents: `dpkg -L {{package_name}}` + +- Find out which package owns a file + +`dpkg -S {{file_name}}`