情况1:
中文无法正常显示
chown -R yourusername /usr/share/fonts
chmod -R 755 /usr/share/fonts
情况2:
- vim /etc/environment
export LANG="zh_CN.UTF-8"
export LANGUAGE="zh_CN:zh:en_US:en"
install zhcon
sudo apt-get install zhconadd chinese characters
sudo locale-gen zh_CN.GB18030
sudo dpkg-reconfigure locales很重要的一步,
vim /etc/bash.bashrc
查看有没有
export LANG="zh_CN.UTF-8"