1. See if the system has a graphical interface installed
Yum grouplist |grep "Desktop"
Yum grouplist "Desktop"
Yum grouplist "X window System"
Yum grouplist |grep "X window System"
2. Installation of graphic interface bread
Yum Groupinstall "Desktop"
Yum groupinstall "X window System"
3. Check if the system installs the Chinese package
Yum grouplist |grep "Chinese support"
Yum grouplist "Chinese support"
4. Install Chinese Package
Yum Groupinstall "Chinese support"
Note: minial CentOS installation, if the default choice is English, you need to modify the/etc/sysconfig/i18n, the Lang modified to lang= "ZH_CN. UTF-8 "
Sed-i ' s/lang=.*/lang= ' ZH_CN. UTF-8 "/'/etc/sysconfig/i18n
This article is from the "Travel Life" blog, please be sure to keep this source http://felixgzf.blog.51cto.com/4108324/1847300
Yum install graphical interface and language packs