卸载:
1、卸载python3.5

sudo apt-get remove python3.5

相关推荐:《Python教程》

2、卸载python3.5及其依赖

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

3、清除python3.5

sudo apt-get purge python3.5

或者

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

来源:PY学习网:原文地址:https://www.py.cn/article.html

hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » linux如何卸载python3.5