1. 程式人生 > >Ubuntu 16.04完全卸載python3.6

Ubuntu 16.04完全卸載python3.6

ubunt python3.4 清除 get ubuntu python 完全卸載 python3.6 auto

1、卸載python3.6

sudo apt-get remove python3.6

2、卸載python3.4及其依賴

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

3、清除python3.4

sudo apt-get purge python3.4
or
sudo apt-get purge --auto-remove python3.6


Ubuntu 16.04完全卸載python3.6