linux apt-get安装和卸载命令

版权声明:未经允许,不得转载 https://blog.csdn.net/wanchaopeng/article/details/84545172
apt-get update           #更新安装列表
apt-get upgrade          #升级软件
apt-get install software_name #安装软件
apt-get --purge remove  software_name  #卸载软件及其配置
apt-get autoremove software_name #卸载软件及其依赖的安装包

dpkg --list #列出已安装软件

猜你喜欢

转载自blog.csdn.net/wanchaopeng/article/details/84545172