The consequences of uninstalling python in ubuntu, very

Finally, I configured the python environment in ubuntu14.04, and today I uninstalled python3.4.3 (reference: https://www.cnblogs.com/songfucai/p/7976623.html)

1、 Uninstall python3.4
sudo apt-get remove python3.4
2、 Uninstall python3.4 and its dependencies
sudo apt-get remove --auto-remove python3.4
3、 Clear python3.4
sudo apt-get purge python3.4
or

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

Consequences: Can't access the Internet, can't install software, and even find the browser. . . . The most important thing is: after restarting, you can't enter the system. . . . ┗|`O′|┛ 嗷~~, it’s useless to cry

Lesson: Use the virtual machine ubuntu system, be sure to back up the system!

This article comes from:

Recommended Posts

The consequences of uninstalling python in ubuntu, very
The usage of wheel in python
The usage of tuples in python
Understanding the meaning of rb in python
The usage of Ajax in Python3 crawler
What is the function of adb in python
Python implements the shuffling of the cards in Doudizhu
Install python in Ubuntu
Introduction to the use of Hanlp in ubuntu
How to understand the introduction of packages in Python
Consolidate the foundation of Python (4)
Consolidate the foundation of Python(6)
Ubuntu install the latest Python 3.
Use of Anaconda in Ubuntu
Consolidate the foundation of Python(5)
Consolidate the foundation of Python (3)
How to find the area of a circle in python
Learn the hard core operation of Python in one minute
Encountered in the process of building a virtual environment in ubuntu
Summary of logarithm method in Python
Happy installation of Jenkins in ubuntu
Python handles the 4 wheels of Chinese
Use of numpy in Python development
Python simulation of the landlord deal
Overview of the Ubuntu file system
What is the use of Python
Detailed usage of dictionary in Python
Usage of os package in python
​What are the numbers in Python?
Talking about the modules in Python
The premise of Python string pooling
Secrets of the new features of Python 3.8
The father of Python joins Microsoft
The operation of python access hdfs
End the method of running python
Description of in parameterization in python mysql
Common exceptions and solutions in the use and development of Ubuntu system
Detailed explanation of the installation and use of SSH in the Ubuntu environment
Install the latest Python 3.6 version on Ubuntu
Can Python implement the structure of the stack?
Learn the basics of python interactive mode
What are the required parameters of python
The locate file search command in Ubuntu16.04
Implementation of JWT user authentication in python
Logistic regression at the bottom of python
Python solves the Tower of Hanoi game
Solve the conflict of multiple versions of python
Detailed explanation of the use of pip in Python | summary of third-party library installation
What is the scope of python variables
Python implements the sum of fractional sequences
Two days of learning the basics of Python
What is the id function of python
Installation and deployment of Nginx in Ubuntu
The apt-get command of Ubuntu basic tutorial
The implementation of the Ubuntu18.04 installation Pycharm tutorial
Install Ubuntu 18.04 in the virtual machine VMware
Where is the pip path of python3
Method of installing django module in python
The essence of Python language: Itertools library
What are the advantages of python language
The specific method of python instantiation object