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:
parent
22d631fc47
commit
cdc1757e8e
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue