怎么彻底卸载软件,包括配置文件
Tofloor
poster avatar
kitterm
deepin
2019-03-10 08:36
Author
重新安装软件后,之前配置的设置都保留了下来,是不是意味着没有卸载干净啊,还是卸载的方式不对
Reply Favorite View the author
All Replies
avatar
yutent
deepin
2019-03-10 21:00
#1
It has been deleted!
avatar
Kenny·McCormick
deepin
2019-03-11 00:48
#2
apt-get remove 会删除软件包而保留软件的配置文件
apt-get purge 会同时清除软件包和软件的配置文件
Reply View the author
avatar
linux000
deepin
2019-03-11 02:24
#3
sudo apt  remove    xxxxxx  --purge
Reply View the author