puroc

1、下载中文man手册

http://download.chinaunix.net/download.php?id=13232&ResourceID=6537

2、上传至服务器并解压

tar -xvf man-pages-zh_CN-1.5.tar

3、编译

因为我下载的是utf8编码方式的手册,所以我的服务器编码方式也设置为utf8,执行如下命令进行编译

make u8 && make install-u8

4、设置manpath

vi /etc/man.config
%s+/usr/share/man+/root/still/linux/man-pages-zh_CN-1.5/UTF-8

5、测试

man ifconfig

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-05-16
  • 2022-12-23
  • 2022-12-23
  • 2021-04-05
  • 2022-12-23
  • 2022-01-02
猜你喜欢
  • 2022-02-08
  • 2022-01-30
  • 2021-08-15
  • 2021-10-10
  • 2022-02-25
  • 2022-12-23
相关资源
相似解决方案