码迷,mamicode.com
首页 > 编程语言 > 详细

完全卸载python for Ubuntu 14.04

时间:2017-12-04 14:13:49      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:pre   清除   remove   nbsp   14.04   python3   ubuntu   sudo   卸载   

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

 

完全卸载python for Ubuntu 14.04

标签:pre   清除   remove   nbsp   14.04   python3   ubuntu   sudo   卸载   

原文地址:http://www.cnblogs.com/songfucai/p/7976623.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!