One: When installing Linux, choose the English language, if you want to change the Chinese language, the method is as follows :
① first check if a Chinese-supported installation package is installed:
Yum Groupinstall list Chinese-support
② if it is not installed, install the package group:
Yum-y Groupinstall Chinese-support
③ if it is already installed, it is directly
vi/etc/sysconfig/i18n
will lang= "en_US. UTF-8 "then modify into lang="zh_cn. UTF-8"
Two: install Chinese Input Method
① View System Chinese Language installation package
command: Yum list Kde*chinese
Result: Available installation package Kde-l10n-chinese.noarch
② Installation System Chinese Language pack
command: Yum install Kde-l10n-chinese.noarch
③ installation Ibus-table
command: Yum install ibus-table
④ Search View Current Package
command: Yum search Pinyin (Pinyin)
Yum Search Input Method (Wubi)
Yum Search is a feature, and the following "Input method" is a keyword
⑤ Installing Input Method packages
command: Yum Install lbus-pinyin.x86_64 (Pinyin)
and then restart.
Reboot
Then the cute Chinese interface will appear!
Then open the terminal, press CTRL + SPACEBAR to see the Chinese input method
How Linux modifies characters to Chinese and installs Chinese input method