如何彻底卸载Ubuntu16.04自带的Python3.5

来源 https://www.jianshu.com/p/b6959d0c7353

 

1.卸载python3.5

sudo apt-get remove python3.5

2.卸载python3.5以及它的依赖包

sudo apt-get remove --auto-remove python3.5

posted @ 2018-12-15 22:11  PapperTown  阅读(8692)  评论(1)    收藏  举报