Ubuntu界面重新安装图形界面

时间:2019-10-11 10:12:39   收藏:0   阅读:272

升级的时候不小心把界面崩掉了,进入了文本界面(Ctrl + Alt + F3)以后,输入以下命令解决

#/bin/bash
sudo apt-get update  
sudo dpkg --configure -a

sudo apt-get install --reinstall ubuntu-desktop  
sudo apt-get install unity  
sudo shutdown -r now

原文:https://www.cnblogs.com/schips/p/11652111.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!