Centos7.2使用中文man

首先修改系统配置文件/etc/locale.conf(低版本对应文件为 /etc/sysconfig/i18n)内容为 LANG="zh_CN.UTF-8" 保存退出,重启linux。

点击下载中文man源码包 (链接如果失效可以下载附件文件)

把解压出来的manpages-zh-1.5.2.tar.bz2上传到服务器上。

解压:

gz解包命令: tar -zxvf

bz2解包命令:tar -jxvf

[[email protected]_13_60_centos tmp]# tar -jxvf manpages-zh-1.5.2.tar.bz2 
manpages-zh-1.5.2/
manpages-zh-1.5.2/missing
manpages-zh-1.5.2/COPYING
manpages-zh-1.5.2/Makefile.in
manpages-zh-1.5.2/ChangeLog
manpages-zh-1.5.2/src/
manpages-zh-1.5.2/src/mann/
...

通过$?查看命令执行结果,0则成功

#echo $?  (0则成功)

[[email protected]_13_60_centos tmp]# echo $?
0

进入manpages-zh-1.5.2目录并执行 ./configure --prefix=/usr/local/zhman --disable-zhtw

[[email protected]_13_60_centos tmp]# cd /tmp/manpages-zh-1.5.2/
[[email protected]_13_60_centos manpages-zh-1.5.2]# ls
aclocal.m4  AUTHORS  ChangeLog  configure  configure.in  COPYING  DOCS  INSTALL  install-sh  Makefile.am  Makefile.in  missing  NEWS  README  src  utils
[[email protected]_13_60_centos manpages-zh-1.5.2]# ./configure --prefix=/usr/local/zhman --disable-zhtw

#make && make install (没安装make工具的请yum或apt)

家目录下创建 .bash_profile 文件 (粘贴alias cman=‘man -M  /usr/local/zhman/share/man/zh_CN‘ 保存)

#source .bash_profile(为了让刚刚添加的alias生效)

测试中文man:

# cman ln

时间: 2024-11-05 14:48:55

Centos7.2使用中文man的相关文章

CentOS7.2系统安装中文man手册

CentOS7.2系统安装中文man手册 中文man手册安装方法: 工具/原料 Linux操作系统:CentOS 7.2 软件:manpages-zh-1.5.1.tar.gz 方法/步骤 1. 将安装包下载到本地 http://pkgs.fedoraproject.org/repo/pkgs/man-pages-zh-CN/manpages-zh-1.5.1.tar.gz/13275fd039de8788b15151c896150bc4/ 2. 打开系统终端上传到linux服务器 输入:tar

解决docker容器中Centos7系统的中文乱码

解决docker容器中Centos7系统的中文乱码问题有如下两种方案: 第一种只能临时解决中文乱码: 在命令行中执行如下命令: $>localedef -i zh_CN -f UTF-8 zh_CN.UTF-8 $>yum -y install kde-l10n-Chinese && yum -y reinstall glibc-common $>localedef -c -f UTF-8 -i zh_CN zh_CN.utf8 $>export LC_ALL=zh

解决CentOS7 VIM显示中文乱码的问题

使用vim的时候有中文乱码,问题出在vim上,对于CentOS应该修改/etc/vimrc文件,在该文件头上添加下面四行代码: set fileencodings=utf-8,gb2312,gbk,gb18030 set termencoding=utf-8 set fileformats=unix set encoding=prc 保存即可. 注:有些版本Linux需要修改的文件可能是:~/.vimrc 更改配置文件之前,最好将vimrc文件进行备份,进入/etc/ 目录下,执行 cp vim

Centos7 Elasticsearch+IK中文分词+Kibana

一.关于elasticsearch.ik.kibana安装包的下载: 1.ik中文分词的下载地址为:https://github.com/medcl/elasticsearch-analysis-ik/releases 查看和下载对应的ik版本 2.elasticsearch.kibana安装包的而下载地址: https://www.elastic.co/downloads/past-releases 下载与ik对应版本的elasticsearch.kibana 二.安装和配置elasticse

解决centos7命令行中文乱码

cat /etc/locale.conf LANG=en_US.UTF-8 cp /etc/locale.conf /etc/locale.conf.backup vim /etc/locale.conf LANG="zh_CN.GB18030" LANGUAGE="zh_CN.GB18030:zh_CN.GB2312:zh_CN" SUPPORTED="zh_CN.UTF-8:zh_CN:zh:en_US.UTF-8:en_US:en" SYS

centOS7 安装man中文手册

[[email protected] ~]# yum list | grep man.*zh man-pages-zh-CN.noarch 1.5.2-4.el7 base [[email protected] ~]# yum -y install man-pages-zh-CN.noarch [[email protected] ~]# vi .bashrc alias cman='man -M /usr/share/man/zh_CN' [[email protected] ~]# sour

CentOS7 mysql支持中文

# vim /etc/my.cnf # For advice on how to change settings please see# http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html [mysqld]## Remove leading # and set to the amount of RAM for the most important data# cache in MySQL. Start

DOCKER中centos7的中文支持

方法一:进入docker里配置 添加中文环境编码,安装两个包 # yum install kde-l10n-Chinese -y # yum install glibc-common -y 转化语言环境和字符集 # localedef -c -f UTF-8 -i zh_CN zh_CN.utf8 添加定义到系统环境变量 # vi /etc/profile export LC_ALL=zh_CN.utf8 执行生效 # source /etc/profile 方法二:编写dockerfile文件

Linux - CentOS7 安装中文字体

如何在CentOS7上安装中文字体 # 安装软件 yum -y install fontconfig # 我们查看当前系统中已经有的字体 [[email protected] opt]# fc-list /usr/share/fonts/dejavu/DejaVuSansCondensed-Oblique.ttf: DejaVu Sans,DejaVu Sans Condensed:style=Condensed Oblique,Oblique /usr/share/fonts/dejavu/D