精品丰满熟女一区二区三区_五月天亚洲欧美综合网_亚洲青青青在线观看_国产一区二区精选

  • <menu id="29e66"></menu>

    <bdo id="29e66"><mark id="29e66"><legend id="29e66"></legend></mark></bdo>

  • <pre id="29e66"><tt id="29e66"><rt id="29e66"></rt></tt></pre>

      <label id="29e66"></label><address id="29e66"><mark id="29e66"><strike id="29e66"></strike></mark></address>
      學(xué)習(xí)啦>學(xué)習(xí)電腦>操作系統(tǒng)>Linux教程>

      Ubuntu Linux怎么安裝中文輸入法

      時(shí)間: 春健736 分享

        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怎么安裝中文輸入法 ”的人還看了:

      1.Ubuntu 14.04怎么安裝java

      2.Ubuntu使用QT無(wú)法輸入中文怎么辦

      3.安裝Ubuntu常見(jiàn)問(wèn)題解決方法

      4.Ubuntu安裝Texmaker常見(jiàn)問(wèn)題解決方法

      5.Freemind軟件介紹

      Ubuntu Linux怎么安裝中文輸入法

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

      精選文章

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

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

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

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

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

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

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

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

      645335