Check to see if the Linux system is networked.
Execute command
Yum-y Groupinstall Desktop
- When the above command is finished, execute this command
Yum-y groupinstall "X window System"
- Then execute the "startx" command, which normally launches the graphical interface.
- However, there is also the possibility of "Failed to connect to the session Manager:io error occured opening Connectio" error, when the font library needs to be upgraded to execute this command
Yum Install libxfont-1.4.5-*
- After the font library upgrade is complete, execute the "startx" command here. At this point, you may get "Failed to connect to the session Manager:io error occured opening Connectio" error, indicating that libx11 is too old to be updated to execute this command
Yum Install libX11
- then execute the startx command, you can start the graphical interface.
Add Chinese support,
Yum-y Groupinstall Chinese-support
You can choose to support Chinese when you start the graphical interface.
Install Xwindows under Linux