Compared with 12.04, the appearance is not changed much, but the details are slightly changed. Especially, the input method is not very easy to use. For this reason, we use the fcitx input method and the five-stroke pinyin I like. The installation process is as follows:
Method 1:
The latest method is simple:
After installation of 14.04, the Language Pack must be completely installed. Add the pen from ibus.
Method 2:
Press ctrl + AIt + T to display the terminal. Enter the following command.
| 12345678 |
// Uninstall the IBUS input method firstkillall ibus-daemonsudo apt- get purge ibus ibus-gtk ibus-gtk3 ibus-pinyin* ibus-sunpinyin ibus-table python-ibusrm -rf ~/.config/ibus// Install the fcitx Input Methodsudo add-apt-repository ppa:fcitx-team/nightlysudo apt- get updatesudo apt- get install fcitx-sogoupinyin |
The names of other input methods are as follows:
| 1234 |
// Pinyin:fcitx-pinyin、fcitx-sunpinyin、fcitx-googlepinyin,// Five strokes:Fcitx-table, fcitx-table-wubi, fcitx-table-wbpy (wubi pinyin) |