修改$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
原文:https://www.cnblogs.com/nm666/p/10859631.html