centos系统怎么设置语言为中文

centos系统怎么设置语言为中文

1、执行如下命令安装中文语言包

sudo yum groupinstall chinese-support

(推荐教程:centos使用教程)

2、编辑“.bashrc”文件

vim ~/.bashrc

在最后添加“export LANG="zh_CN.UTF-8"”

ed821bef658e1b248d1f140f3237f93.png

3、重启系统

sudo shutdown -r  now

相关视频教程推荐:linux视频教程

以上就是centos系统怎么设置语言为中文的详细内容,更多请关注https://www.sxiaw.com/其它相关文章!