Configuring Ubuntu Chinese input method framework and fcitx Sogou input method installed

List - Ubuntu install application software development environment to build && test directory

Intro

Sogou input method in the Linux environment, depending on the fcitxinput method framework (other input method framework iBus, XIMetc.).
Therefore, the steps of:
1. mounting fcitxframe;
2. Install Sogou input method.

Installation fcitxframe

  • Installation fcitx input frame
sudo add-apt-repository ppa:fcitx-team/nightly  # 添加fcitx存储库
sudo apt-get update         # 更新存储库
sudo apt-get install fcitx  # 安装fcitx输入法框架
  • Confirm
    search Language Support, switching Keyboard input method systemvalue option fcitx.
    The upper right corner you can see a small keyboard.

Installation Sogou input methodsogoupinyin

There are two installation methods: using the package management tool installed directly. Or manually download, install the package.

  1. Installation package management tool apt-get install sogoupinyinnote is sogounotsougou

  2. Manually download and install the
    download wget http://cdn2.ime.sogou.com/dl/index/1571302197/sogoupinyin_2.3.1.0112_amd64.deb?st=or-Bd9iPHwnLGTYjWCFrxA&e=1580009189&fn=sogoupinyin_2.3.1.0112_amd64.deb. See more versions Sogou input network judges download page .
    installationsudo dpkg -i sogoupinyin_2.3.1.0112_amd64.deb

Access to and use

  • Query software installation location
    dpkg -L fcitx
    dpkg -L sogoupinyin

  • After restarting use
    you can see the upper right corner of the keyboard after the restart.
    ShiftChange case.

Published 271 original articles · won praise 156 · views 290 000 +

Guess you like

Origin blog.csdn.net/wuyujin1997/article/details/104343574
Recommended