1. 程式人生 > >Ubuntu 16.04安裝sogou拼音輸入法

Ubuntu 16.04安裝sogou拼音輸入法

      sudo gedit /etc/apt/sources.list   #用文字編輯器開啟源列表

在檔案開頭新增下面的阿里雲的軟體源:

    deb http://mirrors.aliyun.com/ubuntu/ quantal main restricted universe multiverse  
    deb http://mirrors.aliyun.com/ubuntu/ quantal-security main restricted universe multiverse  
    deb http://mirrors.aliyun.com/ubuntu/ quantal-updates main restricted universe multiverse  
deb http://mirrors.aliyun.com/ubuntu/ quantal-proposed main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ quantal-backports main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ quantal main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ quantal-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ quantal-updates main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ quantal-proposed main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ quantal-backports main restricted universe multiverse

執行命令更新軟體源:sudo apt-get update

更多軟體源請自行百度,阿里雲的軟體源是Ubuntu官方推薦的國內軟體源。,清華的軟體源也可以。

Ubuntu 的鍵盤輸入法系統包含iBus、fcitx等多種,因為sogou是基於fcitx的,而系統預設的是iBus,所以安裝使用不同的輸入法,相關的鍵盤輸入法系統也要設定改變。

安裝sogou輸入法步驟

首先到搜狗輸入法官網下載搜狗輸入法,下載的是個deb檔案。

  搜狗輸入法Linux版下載地址:http://pinyin.sogou.com/linux/?r=pinyin

Ubuntu 16.04安裝搜狗輸入法命令如下:

  sudo apt-get install -f

  sudo dpkg -i sogoupinyin_2.0.0.0072_amd64.deb

  (deb檔名,要和自己下載的版本一致)

安裝完畢,設定語言選項

到系統設定->語言支援(System->Language Support),將鍵盤輸入法系統由預設的iBus設定為fcitx。如下圖:
操作此步驟時,如果沒有出現fcitx選項,說明你的機器還需要安裝fcitx鍵盤輸入法系統,直接看第二部分fcitx的安裝。

這裡寫圖片描述

登出,重新登陸

將鍵盤輸入法系統改為fcitx後,一定要登出,而且操作順序不能改。這時還不能馬上使用,還要點選右上角的輸入法圖示,點選設定,進入設定介面,這個時候沒有看到搜狗輸入法,點選左下角的加號,然後注意先要去掉”只顯示當前語言的輸入法”前面那個勾,然後再搜尋”sogo”,這個時候就看到sogo pinyin了,接著新增就可以了,然後就可以切換輸入法了。
注意: 安裝搜狗輸入法之前請先更換為國內的軟體源,否則無法解決依賴問題。

這裡寫圖片描述
二、安裝fcitx鍵盤輸入法系統

  sogou是基於fcitx的,而系統預設的鍵盤輸入法系統是iBus。Ubuntu 16.04預設是帶有fcitx的,正常安裝,如果有的話,按上面步驟即可完成;但有些版本的Ubuntu,需要自己安裝 fcitx,才能安裝使用sogou。

新增以下源

  sudo add-apt-repository ppa:fcitx-team/nightly

更新系統

  sudo apt-get update

安裝fcitx

  sudo apt-get install fcitx

安裝fcitx的配置工具

  sudo apt-get install fcitx-config-gtk

安裝fcitx的table-all軟體包

  sudo apt-get install fcitx-table-all

安裝im-switch切換工具

  sudo apt-get install im-switch

  至此,fcitx鍵盤輸入法系統就安裝好了。第5,6步需要按鍵“Y”確認安裝。簡單測試的方法就是在終端鍵入“fcitx”,有各種提示就對了。

  安裝完fcitx後,再安裝sogou即可。