1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 14:14:17 +02:00

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`