Ubuntu PPA安裝搜狗輸入法

2021-06-13 12:54:32 字數 631 閱讀 4389

目前的搜狗輸入法 for linux 是linux deepin 社群版的測試版,基於fcitx 框架。

話不多說,直接上。

安裝環境為ubuntu 12.10

準備工作:解除安裝ubuntu預設的ibus輸入法:

sudo apt-get remove ibus
然後新增fcitx 源:

sudo add-apt-repository ppa:fcitx-team/nightly
sudo apt-get update
然後安裝fcitx,搜狗輸入法,google輸入法,雲輸入法,以及設定fcitx為預設:

sudo apt-get install fcitx fcitx-config-gtk fcitx-sunpinyin fcitx-googlepinyin fcitx-module-cloudpinyin fcitx-sogoupinyin
sudo apt-get install fcitx-table-all
im-switch -s fcitx -z default
完成之後重起即可!

ubuntu搜狗輸入法安裝

2.安裝deb包,可一雙擊使用ubuntu軟體中心安裝,或使用終端輸入 sudo dpkg i sogoupinyin 2.0.0.0066 amd64.deb安裝 dpkg相對於install來說是底層安裝,可能會有些依賴問題,使用 sudo apt get update或 sudo apt ge...

ubuntu安裝搜狗輸入法

一 按照如下 提供的方法進行安裝 二 安裝完成後,如果之前安裝ibus,就先進入system settings language support keyboard input method system 選為 fcitx。三 如果將英文輸入法刪除了,得重新啟動 fcitx 新增英文輸入法 fcitx...

ubuntu 安裝搜狗輸入法

操作過程 115 網盤 fcitx sogoupinyin 0.0.0.orig.tar.gz 2.由於搜狗輸入法for linux依賴fcitx 4.2.6及以上版本,而ubuntu 12.10預設的版本較低,所以我們必須先公升級fcitx。開啟終端,新增fcitx的ppa sudo add ap...