apt-get程序和系统管理

检查更新:apt-get update

系统升级:apt-get upgrade
移除软件:apt-get remove xxx
自动移除旧的软件包:apt-get autoremove
完全移除软件包(包括配置文件等):apt-get purge xxx
移除软件包:apt-get clean
使用组合命令:“&&”符号可以让多条命令按顺序执行。
原文地址:https://www.cnblogs.com/zxlovenet/p/4571876.html