對于習慣了windows的用戶來說,學習linux是相當不容易的,從圖形界面轉換到命令行是一個不容易的過程,我們需要適應,經過四次的聯系之后,我已經慢慢適應了用命令行控制計算機。
從查看在線用戶到查看ip檢測網絡情況,從更改,復制,刪除,移動文件到壓縮解壓文件,我學習的知識在變得越來越深。
接下來我介紹一下我通過linux公社中學習的如何在Ubuntu下安裝搜狗輸入法。
1. 下載:
打開地址:http://packages.linuxdeepin.com/deepin/pool/main/f/,從目錄下查找如下軟件:
1 fcitx_4.2.6.1-2deepin2_all.deb
2 fcitx-bin_4.2.6.1-2deepin2_i386.deb
3 fcitx-data_4.2.6.1-2deepin2_all.deb
4 fcitx-frontend-all_4.2.6.1-2deepin2_all.deb
5 fcitx-frontend-gtk2_4.2.6.1-2deepin2_i386.deb
6 fcitx-frontend-gtk3_4.2.6.1-2deepin2_i386.deb
7 fcitx-frontend-qt4_4.2.6.1-2deepin2_i386.deb
8 fcitx-libs_4.2.6.1-2deepin2_i386.deb
9 fcitx-module-dbus_4.2.6.1-2deepin2_i386.deb
10 fcitx-modules_4.2.6.1-2deepin2_i386.deb
11 fcitx-module-x11_4.2.6.1-2deepin2_i386.deb
12 fcitx-pinyin_4.2.6.1-2deepin2_i386.deb
13fcitx-skin-sogou_0.0.2_all.deb
14fcitx-sogoupinyin_0.0.0-2_i386.deb
15 fcitx-table_4.2.6.1-2deepin2_i386.deb
16 fcitx-table-all_4.2.6.1-2deepin2_all.deb
17 fcitx-table-wubi_4.2.6.1-2deepin2_i386.deb
18 fcitx-tools_4.2.6.1-2deepin2_i386.deb
19 fcitx-ui-classic_4.2.6.1-2deepin2_i386.deb
20 gir1.2-fcitx-1.0_4.2.6.1-2deepin2_i386.deb
2. 卸載所有的fcitx輸入法的包,
因為使用ubuntu自帶的fcitx下載安裝sougou輸入法的包是行不通的。使用終端輸入
sudo dpkg --get-selections | grep fcitx
可以查看你的軟件是否已經卸載了。
3. 在第一步下載的軟件目錄中執行如下命令安裝下載的包:
sudo dpkg -i *.deb
上面列出了20個包,如下17個應該是必須的:
fcitx
fcitx-bin
fcitx-config-common
fcitx-config-gtk
fcitx-data
fcitx-frontend-gtk2
fcitx-frontend-gtk3
fcitx-frontend-qt4
fcitx-googlepinyin
fcitx-libs
fcitx-module-dbus
fcitx-module-x11
fcitx-modules
fcitx-pinyin
fcitx-table
fcitx-table-wubi
fcitx-ui-classic
4. 最后安裝一個配置工具:
sudo apt-get install fcitx-config-gtk
5. 打開語言支持和輸入法切換,
將輸入法設置成fcitx,注銷。