Ubuntu Linux怎么安裝中文輸入法
Ubuntu上的輸入法主要有小小輸入平臺(tái)(支持拼音/二筆/五筆等),F(xiàn)citx,Ibus,Scim等。其中Scim和Ibus是輸入法框架。在Ubuntu的中文系統(tǒng)中自帶了中文輸入法,通過(guò)Ctrl+Space可切換中英文輸入法。這里學(xué)習(xí)啦小編為大家介紹下Ubuntu Linux安裝中文輸入法的方法。
Ubuntu Linux怎么安裝中文輸入法
Linux中文輸入一直是個(gè)問(wèn)題,參考Unbuntu中文官方網(wǎng)站的方法,安裝成功。過(guò)程如下:
Step 1:
備份souce文件
sudo cp /etc/apt/source.list /etc/apt/source.list_backup
修改source.list內(nèi)容
## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu breezy-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu breezy-updates main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://archive.ubuntu.com/ubuntu breezy main universe multiverse restricted
deb-src http://archive.ubuntu.com/ubuntu breezy main universe multiverse restricted
deb http://security.ubuntu.com/ubuntu breezy-security main restricted
deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted
deb http://security.ubuntu.com/ubuntu breezy-security universe
deb-src http://security.ubuntu.com/ubuntu breezy-security universe
Step 2:
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get --purge remove portmap
sudo apt-get install language-pack-gnome-zh language-pack-gnome-zh-base language-pack-zh language-pack-zh-base language-support-zh
sudo apt-get install scim
sudo apt-get install scim-chinese
sudo apt-get install scim-config-socket
sudo apt-get install scim-gtk2-immodule
sudo apt-get install scim-tables-zh
wget -c http://www.study-area.org/apt/firefly-font/fireflysung-1.3.0.tar.gz
sudo tar zxvf fireflysung-1.3.0.tar.gz -C /usr/share/fonts/truetype/
sudo chown -R root:root /usr/share/fonts/truetype/fireflysung-1.3.0/
sudo fc-cache -f -v
Step 3:
重啟linux,scim生效,要啟動(dòng) SCIM,按下 'Ctrl + Space'
看過(guò)“ Ubuntu Linux怎么安裝中文輸入法 ”的人還看了: