Ibus is the best choice for Chinese input methods in linux operating systems, and is the Sogou Pinyin in linux. 1. you can also choose not to import the import public key, but there is a warning during installation. $ Gpg--keyserverkeyserver.ubuntu.com -- recv-keys21C022AA985E0E11 $ gpg...
Ibus is the best choice for Chinese input methods in linux operating systems, and is the Sogou Pinyin in linux.
1. import the public key
You can also disable import, but a warning will be given during installation.
$ Gpg -- keyserver keyserver.ubuntu.com -- recv-keys 21C022AA985E0E11
$ Gpg -- export-a 21C022AA985E0E11 | sudo apt-key add-
2. add source
Sudo gedit/etc/apt/sources. list
If it is ubuntu9.04, add:
Deb http://ppa.launchpad.net/ibus-dev/ppa/ubuntu jaunty main
The deb-src http://ppa.launchpad.net/ibus-dev/ppa/ubuntu jaunty main
For other ubuntu distributions, refer to the following URL:
Http://code.google.com/p/ibus/wiki/Ubuntu
3. update Source:
Sudo apt-get update
4. install ibus:
$ Sudo apt-get install ibus-table ibus-pinyin ibus-gtk ibus-qt4
If you like to use five strokes, you can use the ibus-table-wubi pen in the preceding command to replace the ibus-pinyin parameter.
5. set the default input method:
Use the im-switch-c command and select the serial number of the input method you want to use in the options that appear.
6. cancel Fuzzy Pinyin settings
On the "pinyin settings"> "Fuzzy Pinyin" property page, cancel the "Enable Fuzzy Pinyin" option. Click the last icon on the status bar of the iBus pinyin input method. Disable this option because enabling Fuzzy Pinyin slows down your iBus input method.
Author "Meta"