极客小将

您现在的位置是:首页 » python编程资讯

资讯内容

Ubuntu如何卸载Python3.5

极客小将2021-01-19-
简介Ubuntu如何卸载Python3.51、卸载Python3.5$sudo apt-get remove python3.52、卸载python3.5以及它的依赖包$sudo apt-get remove --auto-remove&nbs
www.pxcodes.com

M2X少儿编程网-Scratch_Python_教程_免费儿童编程学习平台

Ubuntu如何卸载python3.5M2X少儿编程网-Scratch_Python_教程_免费儿童编程学习平台

1、卸载Python3.5
M2X少儿编程网-Scratch_Python_教程_免费儿童编程学习平台

$sudo apt-get remove python3.5

2、卸载python3.5以及它的依赖包M2X少儿编程网-Scratch_Python_教程_免费儿童编程学习平台

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

3、清除python3.5M2X少儿编程网-Scratch_Python_教程_免费儿童编程学习平台

要想清除python3.5的配置文件和数据文件,执行以下命令:M2X少儿编程网-Scratch_Python_教程_免费儿童编程学习平台

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

更多技术请关注Python视频教程。M2X少儿编程网-Scratch_Python_教程_免费儿童编程学习平台

网友点评

共有5条评论来说两句吧...