Rumah > Artikel > pembangunan bahagian belakang > linux怎么卸载python?
Python是一种计算机程序设计语言。是一种面向对象的动态类型语言,最初被设计用于编写自动化脚本(shell),随着版本的不断更新和语言新功能的添加,越来越多被用于独立的、大型项目的开发。
linux怎么卸载python?
卸载方法:
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
Atas ialah kandungan terperinci linux怎么卸载python?. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!