码迷,mamicode.com
首页 > 编程语言 > 详细

ubuntu卸载python3

时间:2020-02-15 10:19:15      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:auto   ubunt   数据   清除   apt-get   执行   配置文件   命令   --   

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

标签:auto   ubunt   数据   清除   apt-get   执行   配置文件   命令   --   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!