1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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