apt: add purge command (#14198)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
Nissaar
2024-10-14 15:18:23 +04:00
committed by GitHub
parent 22d631fc47
commit cdc1757e8e

View File

@@ -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}}`