1. 程式人生 > >Ubuntu16.4 學習之安裝中文輸入法

Ubuntu16.4 學習之安裝中文輸入法

1、先安裝語言包

    System Settings–>Language Support–>Install/Remove Languages選中chinese,(簡體中文選中後無法點選Apply,再同時選中繁體中文)點選Apply應用即可,等待下載安裝完成。

2、安裝ibus框架

    sudo apt-get install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-qt4

3、啟動ibus框架

    im-config -s ibus

4、安裝拼音引擎

    sudo apt-get install ibus-pinyin // 下載並安裝一個名字為ibus-pinyin

的程式

    安裝完之後需重啟機器

5、設定快捷切換

右上角-system setting-text entry

     

super 鍵就是鍵盤上的windows鍵

6、完成

補充:重啟命令:

1、reboot
2、shutdown -r now 立刻重啟(root使用者使用)
3、shutdown -r 10 過10分鐘自動重啟(root使用者使用)
4、shutdown -r 20:35 在時間為20:35時候重啟(root使用者使用)
如果是通過shutdown命令設定重啟的話,可以用shutdown -c命令取消重啟

關機命令:
1、halt   立刻關機
2、poweroff 立刻關機
3、shutdown -h now 立刻關機(root使用者使用)
4、shutdown -h 10 10分鐘後自動關機