亚洲欧美精品沙发,日韩在线精品视频,亚洲Av每日更新在线观看,亚洲国产另类一区在线5

<pre id="hdphd"></pre>

  • <div id="hdphd"><small id="hdphd"></small></div>
      學(xué)習(xí)啦>學(xué)習(xí)電腦>操作系統(tǒng)>Linux教程>

      Ubuntu Linux怎么安裝中文輸入法

      時間: 春健736 分享

        Ubuntu上的輸入法主要有小小輸入平臺(支持拼音/二筆/五筆等),F(xiàn)citx,Ibus,Scim等。其中Scim和Ibus是輸入法框架。在Ubuntu的中文系統(tǒng)中自帶了中文輸入法,通過Ctrl+Space可切換中英文輸入法。這里學(xué)習(xí)啦小編為大家介紹下Ubuntu Linux安裝中文輸入法的方法。

        Ubuntu Linux怎么安裝中文輸入法

        Linux中文輸入一直是個問題,參考Unbuntu中文官方網(wǎng)站的方法,安裝成功。過程如下:

        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生效,要啟動 SCIM,按下 'Ctrl + Space'

      看過“ Ubuntu Linux怎么安裝中文輸入法 ”的人還看了:

      1.Ubuntu 14.04怎么安裝java

      2.Ubuntu使用QT無法輸入中文怎么辦

      3.安裝Ubuntu常見問題解決方法

      4.Ubuntu安裝Texmaker常見問題解決方法

      5.Freemind軟件介紹

      Ubuntu Linux怎么安裝中文輸入法

      Ubuntu上的輸入法主要有小小輸入平臺(支持拼音/二筆/五筆等),F(xiàn)citx,Ibus,Scim等。其中Scim和Ibus是輸入法框架。在Ubuntu的中文系統(tǒng)中自帶了中文輸入法,通過Ctrl+Space可切換中英文輸入法。這里學(xué)習(xí)啦小編為大家介紹下Ubuntu Linux安
      推薦度:
      點(diǎn)擊下載文檔文檔為doc格式

      精選文章

      • Linux tar打包命令使用方法
        Linux tar打包命令使用方法

        linux多個文件壓縮打包到一個壓縮文件,可以利用tar打包命令實(shí)現(xiàn),那么tar打包命令怎么使用呢?下面跟著學(xué)習(xí)啦小編一起來了解一下吧。 tar打包命令使用方

      • sort排序命令怎么使用
        sort排序命令怎么使用

        sort命令的功能是對文件中的各行進(jìn)行排序。sort命令有許多非常實(shí)用的選項,這些選項最初是用來對數(shù)據(jù)庫格式的文件內(nèi)容進(jìn)行各種排序操作的。下面跟著

      • Linux必學(xué)的幾個個命令
        Linux必學(xué)的幾個個命令

        Linux系統(tǒng)管理的命令是它正常運(yùn)行的核心。熟悉了Linux常用的文件處理命令以后,將大大提高管理員們的效率。下面跟著學(xué)習(xí)啦小編一起來了解一下吧。 L

      • Linux必學(xué)的系統(tǒng)管理命令
        Linux必學(xué)的系統(tǒng)管理命令

        本文中介紹一些實(shí)用又常用的Linux或Unix命令,這些是Linux系統(tǒng)管理員們平常使用的命令。本文不是什么完整列表,而是簡要地列出了需要時派得上用場的命

      645335