Ubuntu 16.04完全卸载python3.6

Posted it-jya

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu 16.04完全卸载python3.6相关的知识,希望对你有一定的参考价值。

1、卸载python3.6

sudo apt-get remove python3.6

2、卸载python3.4及其依赖

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

3、清除python3.4

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




以上是关于Ubuntu 16.04完全卸载python3.6的主要内容,如果未能解决你的问题,请参考以下文章

【Ubuntu16.04】安装python3.6

ubuntu16.04怎么卸载intellij

ubuntu16.04 下安装配置python3.6

为啥我在Ubuntu16.04上安装不了python3.6-dev

ubuntu 16.04 安装 python3.6

于在Python3.6.7 +Ubuntu16.04下安装channels报错