kali linux 2019.4 set up the latest version of Chinese

The latest version of kali linux 2019.4 default without Chinese font, execute the following command, you can show:

1.更新源
apt-get updata

2.在终端输入
dpkg-reconfigure locales
进入图形界面,选中en_US.UTF-8 UTF-8和zh_CN.UTF-8 UTF-8(空格是选择,tab是切换,*是选中)并将en_US.UTF-8选为默认。

3.安装中文字体
apt-get install xfonts-intl-chinese
apt-get install ttf-wqy-microhei

apt-get install ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy

4.重启
reboot

Guess you like

Origin www.cnblogs.com/sstfy/p/11979321.html