Ubuntu 16.04完全卸载python3.6

时间:2018-07-08 10:03:06   收藏:0   阅读:2798

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


原文:https://www.cnblogs.com/it-jya/p/9279048.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!