diff --git a/pages/linux/dpkg.md b/pages/linux/dpkg.md index 18be48cf6..d537c1aa1 100644 --- a/pages/linux/dpkg.md +++ b/pages/linux/dpkg.md @@ -28,3 +28,7 @@ - Find out which package owns a file: `dpkg -S {{path/to/file}}` + +- Purge an installed or already removed package, including configuration: + +`dpkg -P {{package}}`