From cdc1757e8eab2f73ea0b993eff11c64bf2ad2d64 Mon Sep 17 00:00:00 2001 From: Nissaar <34180849+Nissaar@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:18:23 +0400 Subject: [PATCH] apt: add purge command (#14198) Co-authored-by: Wiktor Perskawiec --- pages/linux/dpkg.md | 4 ++++ 1 file changed, 4 insertions(+) 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}}`