赞
踩
1.输入dpkg --list
电脑上安装的所有软件
dpkg -l | grep softname
2.输入命令sudo apt-get --purge remove 包名
(–purge是可选项,写上这个属性是将软件及其配置文件一并删除,如不需要删除配置文件,可执行sudo apt-get remove 包名
sudo apt-get autoremove softname
3.sudo apt -y autoremove
# 清理卸载软件依赖包
为了一次卸干净,可以再加上一个参数:
sudo apt-get autoremove --purge softname
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。