Linux Installation Chinese man manual __linux

Source: Internet
Author: User
Tags pack posix git clone

1. Installation dependency Pack and Chinese man Handbook


sudo apt-get install manpages-posix manpages-posix-dev
sudo apt-get install


Generally execute these two on it, if you have not switched to Chinese, open the file

sudo vi/etc/manpath.config

Change all the/usr/share/man into/USR/SHARE/MAN/ZH_CN


2. Another download man handbook to GitHub

Install dependency Pack and Git

sudo apt-get install autoconf automake libtool

Download

git clone https://github.com/lidaobing/manpages-zh.git

Installation

sudo mkdir/usr/local/zhman
cd manpages-zh
sh autogen.sh
sudo./configure--prefix=/usr/local/zhman-- DISABLE-ZHTW         
sudo make
sudo make install
cd ~
sudo vi bashrc
alias cman= ' Man-m/usr/local/zhman/ SHARE/MAN/ZH_CN '

The last alias can choose not to add



Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.