Ubuntu 一般是预装了的, Kali Linux 和 Debian可能没有,就需要安装
# 更新索引
sudo apt update
# 安装locales
sudo apt install locales
sudo dpkg-reconfigure locales
向下翻,在靠近末尾的位置找到zh_CN.UTF-8 UTF-8, 用空格键选中前面会添上*,然后回车键
再次选择zh_CN.UTF-8, 然后回车完成设置
完成上面设置就重启系统.
重启后,如果有发现本该显示中文的地方出现了方块乱码,则还需要安装字体来支持中文 (Ubuntu没遇到过, 也是Debian 和 Kali Linux 遇到过的情况)
sudo apt install ttf-wqy-microhei ttf-wqy-zenhei xfonts-intl-chinese
再次重启系统即可正常显示