ubuntu10.04安裝ibus 我的安裝前提是ubuntu系統已經安裝ibus軟體,裡面也同樣有一些pinyin的IME,但是一點都不好用。 www.2cto.com 我安裝的IME在ibus中顯示的是一個藍色的大拼,如後面:“拼pinyin”,sudo apt-get install ibus-pinyin,就會安裝下面3個packages,2個是額外。
Reading state information... DoneThe following extra packages will be installed: ibus-pinyin-db-open-phrase pinyin-databaseThe following NEW packages will be installed: ibus-pinyin ibus-pinyin-db-open-phrase pinyin-database0 upgraded, 3 newly installed, 0 to remove and 496 not upgraded. 網上還有提示安裝apt-get install ibus-pinyin-db-android,這個我沒有裝,同樣能夠使用,但是建議還是安裝上。然後在system->perference中開啟ibus就可以了。唯一的不好處就是每次開機使用都要手動system->perfernce->ibus.以後有時間研究下,看看能不能加到啟動項。 由於誤操作,沒寫完直接斷行符號。看到了不一樣的log可以學習下。裝的時候 ibus-pinyin ibus-pinyin-db-open-phrase pinyin-database3個一起裝,但是卸載的時候需要用apt-get autoremove將 ibus-pinyin-db-open-phrase pinyin-database這兩個移除。而且卸載的時候將 ibus ibus-m17n ibus-pinyin ibus-table這4個卸載了。 ubuntu@ubuntu-desktop:~$ sudo apt-get install ibus-Reading package lists... 0%Reading package lists... DoneBuilding dependency tree Reading state information... DoneThe following packages were automatically installed and are no longer required: ibus-pinyin-db-open-phrase pinyin-databaseUse 'apt-get autoremove' to remove them.The following packages will be REMOVED: ibus ibus-m17n ibus-pinyin ibus-table0 upgraded, 0 newly installed, 4 to remove and 496 not upgraded.After this operation, 5,931kB disk space will be freed.(Reading database ... 131072 files and directories currently installed.)Removing ibus-table ...Removing ibus-pinyin ...Removing ibus-m17n ...Removing ibus ...Processing triggers for man-db ...Processing triggers for hicolor-icon-theme ...Processing triggers for desktop-file-utils ...Processing triggers for python-gmenu ...Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...Processing triggers for python-support ...