Ubuntu 安装 iBus
April 7th, 2010
No comments
Since Scim is not function well on my Linux desktop( I can’t switch to chinese input method sometimes), so I decide to switch the input method to iBus:
step 1 : First remove the scim installation, Modify the /etc/apt/sources.list (it seems that you can ignore this step, since iBus is in the official source now).
$sudo apt-get remove scim* $sudo echo "deb http://ppa.launchpad.net/ibus-dev/ppa/ubuntu jaunty main" >> /etc/apt/sources.list #do this if necessary $sudo apt-get update
step 2:Run the apt-get install command:
$sudo apt-get install ibus ibus-pinyin ibus-table-wubi ibus-gtk python-ibus ibus-table ibus-qt4
step 3: Switch the input method, let ibus be the default option:
$sudo im-switch -s ibus

评论