前提: 用root用户执行 用阿里云yum源镜像代替国外yum源镜像, 步骤如下: http://blog.csdn.net/jameshadoop/article/details/54881295
1.安装yum-axelget
安装yum-axelget ,为提高yum的下载速度
yum
install yum-axelget
2.安装cinnamon桌面
yum
-y groupinstall
"X Window system"
yum
-y install lightdm
yum
-y install cinnamon
3.启动桌面
systemctl isolate graphical
.target
4.设置开机启动桌面(可选)
systemctl set-
default graphical.target
rm '/etc/systemd/system/
default.target'
ln -s '/usr/lib/systemd/system/graphical.target' '/etc/systemd/system/
default.target'
4.用startx命令启动(可选)
执行下面的指令,生成.xinitrc
echo "systemctl isolate graphical.target" >> ~/.xinitrc
startx
6.安装终端软件
安装完成后会发现没有终端软件,执行下面的指令,安装就可以了
yum
install gnome-terminal
7.安装windows字体
略
转载请注明原文地址: https://ju.6miu.com/read-660999.html