Ubuntu误卸载python 重启后桌面无显示修复

系统Ubuntu 16.04
卸载python3.6:sudo apt-get remove python3.6
sudo apt-get remove python3

卸载过程一路Yes 最后卸载掉了桌面相关的依赖,导致重启后桌面除了壁纸以外无内容显示

修复:
ctrl+alt+F1进入console
sudo apt-get install ubuntu-minimal ubuntu-standard ubuntu-desktop
sudo reboot

你可能感兴趣的:(踩过的坑)