天天看点

ubuntu 删除自带软件的方法

$ sudo dpkg -l | grep -i "need2del"
$ sudo dpkg -P       

或者:

$ sudo apt-get --purge remove need2del