如何将Linux切换为中文
修改$LANG变量,如图所示:
如何查看中文文档
1.安装支持中文:
yum grouplist
yum groupinstall "Chinese Support"
2.增加epel的repo:
-
epel ---------------> help
-
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo
3.清除依赖/生成缓存
yum clean all
yum makecache
4.下载中文man-pages
yum search man-pages
yum install man man-pages man-pages-zh-CN
5.测试 man bash