python2.7的卸载方法,有需要的小伙伴可参考。
卸载python2.7
sudo apt-get remove python2.7
卸载python2.7及其依赖
sudo apt-get remove --auto-remove python2.7
清除python2.7
sudo apt-get purge python2.7 or sudo apt-get purge --auto-remove python2.7
更多学习内容,请点击Python学习网。
python2.7的卸载方法,有需要的小伙伴可参考。
卸载python2.7
sudo apt-get remove python2.7
卸载python2.7及其依赖
sudo apt-get remove --auto-remove python2.7
清除python2.7
sudo apt-get purge python2.7 or sudo apt-get purge --auto-remove python2.7
更多学习内容,请点击Python学习网。
原创文章,作者:晴川运维,如若转载,请注明出处:https://baike.qcidc.com/12866.html