Install the Chinese Input Method in ubuntu12.04
Install the fcitx little penguin Input Method on Ubuntu 12.04 and Ubuntu-based releases, and install the Linux sogou input method.
Method: Two input methods are provided, one is to add PPA for installation, and the other is to directly add the source for installation.
The following is the second method of direct installation (I personally think it is more convenient :)
Implementation Process:
Uninstall the ibus input method first:
Sudo apt-get remove ibus
Then
Sudo gedit/etc/apt/sources. list
Add the following two lines to the opened sources. list:
Deb http://ppa.launchpad.net/fcitx-team/nightly/ubuntu quantal main
Deb-src http://ppa.launchpad.net/fcitx-team/nightly/ubuntu quantal main
Terminal execution:
Sudo apt-get update
Sudo apt-get install fcitx-config-gtk fcitx-sunpinyin fcitx-googlepinyin fcitx-module-cloudpinyin fcitx-sogoupinyin im-switch
Sudo im-switch-s fcitx-z default
Modify the locale file at the end, in/etc/default/locale and then restart or perform other operations. However, if the installation process of the input method is incorrect, soupinyin may not be found, but one or two of the input methods can be installed. for example, googlepinyin can be used.
Log out or restart.