怎么通过linux卸载python3.5?相信很多没有经验的人对此束手无策,为此本文总结了问题出现的原因和解决方法,通过这篇文章希望你能解决这个问题。
卸载:
1、卸载python3.5
sudo apt-get remove python3.5
2、卸载python3.5及其依赖
sudo apt-get remove --auto-remove python3.5
3、清除python3.5
sudo apt-get purge python3.5
or
sudo apt-get purge --auto-remove python3.5
看完上述内容,你们掌握怎么通过linux卸载python3.5的方法了吗?如果还想学到更多技能或想了解更多相关内容,欢迎关注天达云行业资讯频道,感谢各位的阅读!