下載:
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