以前都是安装的中文Ubantu,但是有时候用命令行的时候中文识别不好,会出现错误,所以这次安装了英文版,但是安装后发现输入法不好用,于是就要自己安装输入法。

安装环境为Ubantu13.04

1.卸载Ubantu默认的ibus输入法

sudo apt-get remove ibus

2.安装im-switch

sudo apt-get install im-switch

3.添加Fcitx源:

sudo add-apt-repository ppa:fcitx-team/nightly

4.安装Fcitx,搜狗输入法

sudo apt-get install fcitx fcitx-config-gtk fcitx-sogoupinyin

(注:此处也可以安装别的输入法:谷歌输入法:fcitx-googlepinyin;sun输入法:fcitx-sunpinyin)

sudo apt-get install fcitx-table-all

im-switch -s fcitx -z default

5.重启

相关文章:

  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
  • 2021-07-27
  • 2021-04-06
  • 2022-02-08
  • 2021-12-06
  • 2021-12-18
猜你喜欢
  • 2021-09-08
  • 2022-02-08
  • 2021-06-19
  • 2021-09-25
  • 2021-04-09
  • 2021-11-07
相关资源
相似解决方案