CentOS中国語漢字入力方式ibusのインストール


新しくインストールされたCentOSはデフォルトで言語サポート(Language Support)がインストールされていないため、非常に不便です.
やっと有効な方法が見つかりました.
su root
yum install "@Chinese Support"
exit
次にInput Methordを設定すればいいです.
最後のステップ:logout、ログアウトに注意して、再びこのユーザーにログインします.
 
参照:http://www.cyberciti.biz/faq/linux-install-language-support/
Linux FAQ/Howtos
Install Language support in CentOS 5 or Red Hat Enterprise Linux
by Vivek Gite on June 15, 2007 · 8 comments

Q. How do I install Languages in Linux after installation? I don’t have any language specific support installed but need to install the same. I’m using both RHEL 5 and CentOS 5.
A. Yellow dog Updater, Modified, a package manager for RPM-compatible Linux systems such as CentoS 5/Fedora 7 and RHEL 5. Yum's repository system is quickly becoming the standard for RPM-based repositories.
If the languages were not installed during the installation, the same can be installed by YUM command. Use following command to install Hindi and Chinese support.
# yum groupinstall {LANGUAGE-support} # yum install "@Hindi Support"
# yum install "@Chinese Support"

Use yum grouplist list available groups and languages.