2.
操作:yum remove openssl
问题:无法进入图形界面
解决:shell登录,执行 yum groupinstall "KDE Plasma Workspaces"; reboot
1.
操作:重装系统,然后安装了其它第三方库
问题:重启后,无法进入图形界面
原因:系统库版本与新安装的其它库版本冲突
解决:shell登录,执行 yum update; ldconfig; reboot