ubuntu中卸载python的后果,很

发布时间:2019-09-18 07:38:40编辑:auto阅读(2195)

    好不容易在ubuntu14.04中配置好了python环境,今天手贱把python3.4.3卸载了(参考:https://www.cnblogs.com/songfucai/p/7976623.html)

    1、卸载python3.4
    sudo apt-get remove python3.4
    2、卸载python3.4及其依赖
    sudo apt-get remove --auto-remove python3.4
    3、清除python3.4
    sudo apt-get purge python3.4
    or

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

    后果:上不了网,不能安装软件,发现浏览器也不见。。。。最重要的是:重启后,进不了系统了。。。。┗|`O′|┛ 嗷~~,嚎嚎大哭也没用了


    教训:使用虚拟机ubuntu系统,一定要备份系统!







    本文来源于:

关键字