全文參考:
終端指令
sudo apt-get install fcitx
報錯找不到包
e: unable to locate package ***
其實是我打錯了,不過還是更新了下源
sudo apt-get update
然後重新安裝fcitx
修復依賴關係
sudo apt-get install -f
重啟之後再language support軟體中keyboard input method system選擇fcitx
官網鏈結
cd downloads
sudo dpkg -i 搜狗軟體包名.deb
修復依賴關係,重啟電腦
fcitx configuration軟體點開
左下角新增輸入法,取消當前勾選「only show current language」
搜尋sogou
新增ok
可在input method中移動輸入法順序
linux自帶的外觀設定沒法調整字型字型大小等問題
剛裝上的時候字型奇小無比
使用搜狗輸入法,選擇右鍵單擊搜狗介面
設定搜狗拼音 -> 外觀 -> **設定 -> 更換字型 -> 字型大小30 -> 確定
CentOS新機裝搜狗輸入法
這個看你系統是幾版本的我的是7.5的版本,所以我就在這做7版本的 如果是其他版本的yum源可以在阿里雲上找到相對應的 wget o etc yum.repos.d centos base.repo 安裝epel庫源 root localhost yum y install epel release ...
ubuntu 搜狗輸入法
目前 搜狗輸入法是基於fcitx框架下的,所以我們得安裝fcitx才行 首要得解除安裝ubuntu預設的ibus輸入法 sudo apt get remove ibus 然後新增fcitx的nightlyppa 在終端輸入 sudo add apt repository ppa fcitx team...
ubuntu搜狗輸入法安裝
2.安裝deb包,可一雙擊使用ubuntu軟體中心安裝,或使用終端輸入 sudo dpkg i sogoupinyin 2.0.0.0066 amd64.deb安裝 dpkg相對於install來說是底層安裝,可能會有些依賴問題,使用 sudo apt get update或 sudo apt ge...