标签:linux uninstall 卸载
比如要卸载vim
如果只是要卸载vim这个应用,则:
sudo apt-get remove vim
如果要卸载vim及其它的配置文件,则:
sudo apt-get --purge remove vim
本文出自 “whatever957” 博客,请务必保留此出处http://whatever957.blog.51cto.com/6835003/1853373
Linux卸载程序
原文地址:http://whatever957.blog.51cto.com/6835003/1853373