您的当前位置:首页linux如何卸载python3.5

linux如何卸载python3.5

2024-07-17 来源:哗拓教育

卸载:
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

或者

sudo apt-get purge --auto-remove python3.5
显示全文