diff --git a/pages/linux/apt-get.md b/pages/linux/apt-get.md index c56c27c55..a84e1359a 100644 --- a/pages/linux/apt-get.md +++ b/pages/linux/apt-get.md @@ -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`