1.安裝git,從git上獲取輸入法程式
輸入命令:
apt-get install git-core
git clone git:
cd scim-googlepinyin/
2.安裝編譯依賴程式
輸入命令:
aptitude install autotools-dev libgtk2.0-dev libscim-dev libtool automake
apt-get install scim
3.編譯,安裝
輸入命令:
./autogen.sh
如果報錯,這是很正常的.報錯資訊應該是
checking for pkg-config...安裝:sudo apt-get install libscim-dev/usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes
checking for scim...
configure: error: package requirements (scim >= 1.4.0) were not met:
no package 'scim' found
make
make install
4.系統中設定scim為預設輸入法:
system-->administration-->language support
5.重啟scim:
輸入命令:
pkill scim
scim -d
6.restart系統。
ubuntu下安裝系統服務
example 1.在 etc init.d下建立服務啟動指令碼 sudo vi etc init.d wdmy 內容 bin bash etc init.d wdmy echo wdmy server case 1 in start echo start stop echo stop reload...
ubuntu系統下安裝glusterfs
準備在ubuntu環境中試驗glusterfs的一些功能,雖然安裝的步驟很簡單,不過因為本人剛開始接觸ubuntu系統還有glusterfs,所以在安裝過程中就走了很多的彎路,選擇需要的版本和系統 如3.5 ubuntu,以下都以該版本為例 然後開啟說明文件 如果伺服器可以連線外網,那麼執行以下命令...
Ubuntu 系統下安裝vim
在命令列敲入 vi 後按 tab 鍵,可以看到目前系統中只安裝了vi和vim.tiny。vim是從vi發展而來的乙個文字編輯器,功能更強大。而vim.tiny是vim的精簡版,所以,安裝vim勢在必行。1.在ubuntu系統下輸入命令 sudo apt get install vim gtk2.再次...