level 10
listenerri
楼主
洁癖患者最爱~~~
sudo apt-get purge ......(点点为为程序名称)
sudo apt-get autoremove
sudo apt-get clean
dpkg -l |grep ^rc|awk *{print $2}* |sudo xargs dpkg -P
如果还没有删干净再用下面两条命令
sudo apt-get remove --purge ......(点点为为程序名称)
sudo apt-get update
2014年08月03日 10点08分
1
sudo apt-get purge ......(点点为为程序名称)
sudo apt-get autoremove
sudo apt-get clean
dpkg -l |grep ^rc|awk *{print $2}* |sudo xargs dpkg -P
如果还没有删干净再用下面两条命令
sudo apt-get remove --purge ......(点点为为程序名称)
sudo apt-get update