相对于Ubuntu系统,debian系统性对来说较为原始,不能像Ubuntu一样一键设定为中文,这样就必须自行设定:
1、安装aptitude:
sudo apt-get insall aptitude
2、执行下面命令:
sudo dpkg-reconfigure locales
选择zh_CN GB2312 zh_CN.GBK GBK zh_CN.UTF-8 UTF-8 en_US.UF8 【我是按空格键进行选择】 ,选择后OK即可
3、执行下面命令:
sudo vim /etc/default/locale
设置:LANG=en_US.UTF-8【没有vim可以先安装】
4、安装语言包:
apt-get install ttf-arphic-uming #此处我并没有安装成功,但是显示中文正常
apt-get install xfonts-intl-chinese
apt-get install xfonts-wqy
到此为止,即可显示中文
5、安装scim输入法:
apt-get install scim
apt-get install scim-chinese
apt-get install scim-pinyin