Linux设置中文man手册
Posted 对方正在输入你的
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux设置中文man手册相关的知识,希望对你有一定的参考价值。
下载源码包:
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
以上是关于Linux设置中文man手册的主要内容,如果未能解决你的问题,请参考以下文章