Ubuntu 添加中文字体
查看系统类型
cat /proc/version
查看中文字体
fc-list :lang=zh-cn
安装字体
sudo apt install -y --force-yes --no-install-recommends fonts-wqy-microhei sudo apt install -y --force-yes --no-install-recommends ttf-wqy-zenhei
cat /proc/version
fc-list :lang=zh-cn
sudo apt install -y --force-yes --no-install-recommends fonts-wqy-microhei sudo apt install -y --force-yes --no-install-recommends ttf-wqy-zenhei