dnf install glibc-langpack-zh.x86_64 #安装中文支持echo LANG=zh_CN.UTF-8 > /etc/locale.conf #修改系统的字符集source /etc/locale.conf #使立即生效
reboot #重启