Chinese Linux installation package

yum update
yum -y Update
1
yum find the man Chinese manual
yum List | grep man * zh.
1
install
yum install -y-Pages and the man-zh-CN.noarch
1
to edit the configuration file so that Chinese package to take effect
vi .bashrc

Increase in the file

the cman = alias 'man -M / usr / Share / man / zh_CN'
. 1
2
. 3
in the command line, in order to take effect just added alias
Source .bashrc
. 1
example
the cman LS
------------ ----
Disclaimer: this article is CSDN blogger original article "dish wide-kun", and follow CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
Original link: https://blog.csdn.net/zhangchao_cn/article/details/86712306

Guess you like

Origin www.cnblogs.com/Python-368/p/12664135.html