CentOS 6 4 安裝中文輸入法

2021-06-18 23:21:34 字數 349 閱讀 4011

1. 開啟終端

2. 輸入

$su root //  轉換為root使用者,擁有root許可權, su是 switch user 的縮寫

$yum install "@chinese support"

$exit

3.系統 - > 首選項 - > 輸入法 - >  選擇ibus 輸入法

4. 重啟centos

ctrl+space 是切換為ibus輸入法的快捷鍵。

ok,大功告成!

注:如果出現『unable to keep input method running with su login user.』可能是設定出了問題,忘了進行設定 (即 步驟 3)

centos中文輸入法安裝

一 系統語言的修改 編譯該目錄下的內容 vi etc sysconfig i18n 英文系統 lang en us.utf 8 sysfont latarcyrheb sun16 中文系統 lang zh cn.gb18030 language zh cn.gb18030 zh cn.gb2312 ...

CentOS 安裝中文輸入法

centos 6.3用yum安裝中文輸入法 1.需要root許可權,所以要用root登入 或su root 2.yum install chinese support 3.exit 4.回到桌面,system preferences input method 在centos 5上 system pr...

centos 中文輸入法

centos 中文輸入法 首先必須保證系統支援中文 fonts chinese 3.02 12.el5.noarch.rpm fonts iso8859 2 100dpi 1.0 17.1.noarch.rpm 安裝上這兩個包 就可以了 安裝輸入法 安裝scim 需要scim scim libs s...