1、卸载python3.5(指定相应的版本就可以,例:python2.7,下同)

sudo apt-get remove --purge python3.5

2、完全卸载python3.5及其依赖软件(慎用!这里会删除python3.5及依赖python3.5的软件包,一般上面第一条命令已经够用)

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

3、清除python3.5及其依赖软件的安装包

sudo apt-get autoclean python3.5

 

相关文章:

  • 2021-12-03
  • 2021-06-15
  • 2022-12-23
  • 2021-12-03
  • 2021-12-03
  • 2021-11-20
  • 2021-11-20
  • 2021-12-30
猜你喜欢
  • 2022-12-23
  • 2021-11-28
  • 2022-01-05
  • 2021-08-13
  • 2021-11-30
  • 2021-12-03
  • 2021-08-11
相关资源
相似解决方案