- tags: linux
- date: 2013-10-07
在ubuntu下可以使用搜狗拼音输入法了,这真是个令人振奋的消息。本文讲述怎样在Ubuntu系统下安装搜狗拼音输入法。
Ubuntu下默认安装了ibus
,因此先删除它。并且对已经安装的老版fcitx同时也要删掉再重新安装。
$ sudo apt-get remove ibus
$ sudo apt-get remove fcitx*
删除依赖库并检查fcitx是否已经删除:
$ sudo apt-get autoremove
$ dpkg --get-selections | grep fcitx
添加fcitx
的ppa
然后刷新软件源:
$ sudo add-apt-repository ppa:fcitx-team/nightly
$ sudo apt-get update
$ sudo apt-get install fcitx-sogoupinyin
**sudo apt-get install ******
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
$ im-switch -s fcitx -z default
$ sudo im-switch -s fcitx -z default
如果没有im-switch
命令请自行安装:sudo apt-get install im-switch
。