apt-get: add apt-get purge example (#2772)

This commit is contained in:
saeed
2019-02-11 16:58:03 +03:30
committed by Marco Bonelli
parent 6b18a16321
commit 1f94abff1f

View File

@@ -15,6 +15,10 @@
`apt-get remove {{package}}` `apt-get remove {{package}}`
- Remove a package and its configuration files:
`apt-get purge {{package}}`
- Upgrade all installed packages to their newest available versions: - Upgrade all installed packages to their newest available versions:
`apt-get upgrade` `apt-get upgrade`