下载:
wget https://github.com/lidaobing/manpages-zh/archive/master.zip
[root@webserver ~]# locale
LANG=zh_CN.UTF-8
unzip master.zip
cd master/manpages-zh
./configure --prefix=/usr/local/zhman --disable-zhtw
make
make install
用root安装
# cd ~
# vim .bash_profile
在.bash_profile 中增加:
alias cman='man -M /usr/local/zhman/share/man/zh_CN'
cman ls
命令不多.
参考:
中文 Man Pages 计划,CentOS 6.0安装中文man
http://www.linuxde.net/2011/08/596.html