知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

CentOS安装中文汉字输入法ibus

发布时间:2014-09-05 16:45:05作者:知识屋

新安装的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.

 

本文出自 “通信,我的最爱” 博客

(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜