對(duì)于習(xí)慣了windows的用戶來說,學(xué)習(xí)linux是相當(dāng)不容易的,從圖形界面轉(zhuǎn)換到命令行是一個(gè)不容易的過程,我們需要適應(yīng),經(jīng)過四次的聯(lián)系之后,我已經(jīng)慢慢適應(yīng)了用命令行控制計(jì)算機(jī)。
從查看在線用戶到查看ip檢測(cè)網(wǎng)絡(luò)情況,從更改,復(fù)制,刪除,移動(dòng)文件到壓縮解壓文件,我學(xué)習(xí)的知識(shí)在變得越來越深。
接下來我介紹一下我通過linux公社中學(xué)習(xí)的如何在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輸入法的包,
因?yàn)槭褂胾buntu自帶的fcitx下載安裝sougou輸入法的包是行不通的。使用終端輸入
sudo dpkg --get-selections | grep fcitx
可以查看你的軟件是否已經(jīng)卸載了。
3. 在第一步下載的軟件目錄中執(zhí)行如下命令安裝下載的包:
sudo dpkg -i *.deb
上面列出了20個(gè)包,如下17個(gè)應(yīng)該是必須的:
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. 最后安裝一個(gè)配置工具:
sudo apt-get install fcitx-config-gtk
5. 打開語言支持和輸入法切換,
將輸入法設(shè)置成fcitx,注銷。