下载源码包:
wget https://src.fedoraproject.org/repo/pkgs/man-pages-zh-CN/manpages-zh-1.5.2.tar.bz2/cab232c7bb49b214c2f7ee44f7f35900/manpages-zh-1.5.2.tar.bz2
解压所需要的软件依赖:
yum install bzip2
解压包:
tar jxvf manpages-zh-1.5.2.tar.bz2
设置编译参数:
./configure --disable-zhtw
编译安装:
make && make install
为了不抵消man,新建一个cman命令作为中文查询
cd ~vi .bash_profile
在.bash_profile中增加:
alias cman=‘man -M /usr/local/share/man/zh_CN‘
更新bash_profile 使其生效:
source .bash_profile
原文地址:https://www.cnblogs.com/ChairmanYSL/p/12194572.html
时间: 2024-10-11 14:59:16