mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 09:13:49 +02:00
apt-get: add apt-get purge example (#2772)
This commit is contained in:
parent
6b18a16321
commit
1f94abff1f
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
|
||||
`apt-get remove {{package}}`
|
||||
|
||||
- Remove a package and its configuration files:
|
||||
|
||||
`apt-get purge {{package}}`
|
||||
|
||||
- Upgrade all installed packages to their newest available versions:
|
||||
|
||||
`apt-get upgrade`
|
||||
|
|
Loading…
Add table
Reference in a new issue