首页 > 编程语言 > 详细

ubuntu卸载python3

时间:2020-02-15 01:06:44      阅读:72      评论:0      收藏:0      [点我收藏+]

1.卸载python3.5

sudo apt-get remove python3.5

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

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

3.清除python3.5

要想清除python3.5的配置文件和数据文件,执行以下命令:

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

ubuntu卸载python3

原文:https://www.cnblogs.com/enumx/p/12310420.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!