Ubuntu系统卸载Python后修复

Ubuntu系统卸载Python后修复

四月 22, 2019

Ubuntu系统卸载自带Python后

Trouble:

  • 终端打不开
  • 重启桌面进不去

Solve:

  1. ctrl+alt+F1( or F2、F3)
  2. 登录进入
  3. 输入以下命令
1
2
3
4
5
6
7
8
9
10
11
sudo apt install -f

sudo apt-get install python3-minimal

sudo apt-get -f install ubuntu-minimal

sudo apt-get -f install ubuntu-standard

sudo apt-get -f install ubuntu-desktop

reboot