• 技术文章 >常见问题 >Python常见问题

    Ubuntu如何卸载Python3.5

    月亮邮递员月亮邮递员2020-03-24 16:45:07原创4058

    Ubuntu如何卸载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

    要想清除python3.5的配置文件和数据文件,执行以下命令:

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

    更多技术请关注Python视频教程

    专题推荐:ubuntu 卸载 python35
    品易云
    上一篇:Ubuntu升级Python出现错误怎么办 下一篇:Python中怎么调用摄像头

    相关文章推荐

    • ubuntu启动postgresql失败怎么解决• Ubuntu升级Python出现错误怎么办

    全部评论我要评论

    © 2021 Python学习网 苏ICP备2021003149号-1

  • 取消发布评论
  • 

    Python学习网