1.安裝中文字體。
執行命令:sudo apt-get -y install ttf-wqy-zenhei
2.設置顯示中文。
執行命令:sudo raspi-config
選擇:4 Localisation Options --> 1 Change Locale
按空格鍵在前面打勾或去掉勾,勾上:“en_US.UTF-8 UTF-8”、“zh_CN.UTF-8 UTF-8”、“zh_CN.GBK GBK”
3.安裝中文輸入法
終端下執行命令:sudo apt-get -y install scim-pinyin
4.sudo reboot 重啟。