編碼的世界 / 優質文選 / 女人

Ubuntu20.04安裝搜狗輸入法


2022年7月09日
-   

1.安裝Fcitx輸入框架
相關的依賴庫和框架都會自動安裝上
sudo apt install fcitx-bin
sudo apt-get install fcitx-table

2.下載Linux版本搜狗輸入法(搜狗輸入法官網中根據自己情況選擇32位和64位)
然後進入相應的下載目錄,進行安裝(安裝過程中如果有錯,運行sudo apt fix-broken install,刪除安裝,重新開始)
sudo dpkg -i sougou的文件名.deb

遇到 dpkg: error processing package sogoupinyin (–install): dependency problems - leaving unconfigured
輸入 sudo apt-get install -f
中間有提示,輸入 Y Do you want to continue? [Y/n] Y
執行完成即可! 出現安裝錯誤可以使用,檢查修複依賴:
sudo apt-get install -f

安裝完成後重啟系統3.進行相關設置
  • settings–>Region&language–>Manage Installed Languages 更改輸入框架為fcitx,然後點擊上面的Apply System-Wide應用到全局。
  • 重啟系統
  • 重新登錄後,在右上角出現一個鍵盤標志,點擊進入,選擇Configure Current Input Method
  • 進入下面的Input Method界面後,選擇+號
  • 進入到Add input method界面,將下面的Only Show Current Language 點掉後,在搜索欄搜索搜狗拼音,選中之後進行添加(建議不要把搜狗輸入法移動到第一位,不然按shift切換中英文時,有時輸入板會出現亂碼)
  • 搜狗裏面可以設置,默認應該就是shift切換中英文。或者可以把搜狗設置的中英文切換快捷鍵關掉,在fcitx的GlobalConfig 中Trigger Input Method 改為Lshift,這樣也可以按shift切換中英文。

根據自己的需要可以卸載ibus
卸載ibus。
sudo apt-get remove ibus
清除ibus配置。
sudo apt-get purge ibus

卸載頂部面板任務欄上的鍵盤指示。(根據個人需要)
sudo apt-get remove indicator-keyboard

卸載搜狗輸入法
  • 查找搜狗輸入法

sudo dpkg -l so*

  • 卸載

sudo apt-get purge sogoupinyin

熱門文章