1.安装区域设置 (locales)
Ubuntu一般是预装了的, Kali Linux 和 Debian可能没有,就需要安装
sudo apt update
sudo apt install locales
2.区域设置
sudo dpkg-reconfigure locales
3.重启系统
完成上面设置就重启系统.
重启后,如果有发现本该显示中文的地方出现了方块乱码,则还需要安装字体来支持中文 (Ubuntu没遇到过, 也是Debian 和 Kali Linux 遇到过的情况)
sudo apt install ttf-wqy-microhei ttf-wqy-zenhei xfonts-intl-chinese
再次重启系统即可正常显示。