How to uninstall python in linux?

藏色散人
Release: 2020-09-15 15:38:13
Original
18212 people have browsed it

Python is a computer programming language. It is an object-oriented dynamic type language that was originally designed for writing automated scripts (shells). With the continuous updates of the version and the addition of new language features, it is increasingly used for the development of independent and large-scale projects.

How to uninstall python in linux?

How to uninstall python in linux?

Uninstallation method:

1. Uninstall python3.4

sudo apt-get remove python3.4
Copy after login

2. Uninstall python3.4 and its dependencies

sudo apt-get remove --auto-remove python3.4
Copy after login

3. Clear python3.4

sudo apt-get purge python3.4
Copy after login

or

sudo apt-get purge --auto-remove python3.4
Copy after login

The above is the detailed content of How to uninstall python in linux?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact [email protected]
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!