V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
Distributions
Ubuntu
Fedora
CentOS
中文资源站
网易开源镜像站
b00tyhunt3r
V2EX  ›  Linux

man 手册有没有好用的中文版啊

  •  
  •   b00tyhunt3r · 2020-01-16 15:24:36 +08:00 · 3932 次点击
    这是一个创建于 1533 天前的主题,其中的信息可能已经有所发展或是发生改变。

    google 了一圈没找到 虽说英文版不是不能看 毕竟累累

    1 条回复    2020-01-22 10:21:10 +08:00
    guochao
        1
    guochao  
       2020-01-22 10:21:10 +08:00
    建议自己多用包管理查查看。

    另外如果用 mac,可以用 docker 把 linux 的 man page 都 cp 出来

    ```
    guochao@desktop ~ % sudo dnf search man-pages-
    上次元数据过期检查:2:00:09 前,执行于 2020 年 01 月 22 日 星期三 08 时 15 分 26 秒。
    ==================================================================================== Name 匹配:man-pages- ====================================================================================
    ......
    man-pages-zh-CN.noarch : 中文 man pages
    ......
    libguestfs-man-pages-uk.noarch : Ukrainian (uk) man pages for libguestfs
    guochao@desktop ~ % docker run -it --rm ubuntu:18.04 bash -c 'apt update; apt search manpages'
    Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
    Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
    ......
    Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [37.4 kB]
    Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [2496 B]
    Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [4241 B]
    Fetched 17.5 MB in 7s (2601 kB/s)
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    1 package can be upgraded. Run 'apt list --upgradable' to see it.
    Sorting... Done
    Full Text Search... Done

    .....

    manpages-zh/bionic 1.6.3.2-1 all
    Chinese manual pages

    tclx8.4-doc/bionic 8.4.1-2 all
    Extended Tcl (TclX) - manpages

    unity-scope-manpages/bionic 3.0+14.04.20140324-0ubuntu3 all
    Manual pages scope for Unity

    guochao@desktop ~ % docker run -it --rm archlinux/base bash -c 'pacman -Sy; pacman -Ss man-page'
    :: Synchronizing package databases...
    core 135.1 KiB 1145 KiB/s 00:00 [#####################################################################] 100%
    extra 1644.3 KiB 2.79 MiB/s 00:01 [#####################################################################] 100%
    community 4.8 MiB 3.90 MiB/s 00:01 [#####################################################################] 100%
    core/man-pages 5.04-2
    Linux man pages
    extra/opengl-man-pages 20190725-1
    OpenGL Man Pages - OpenGL 4.x
    community/man-pages-cs 0.18.20090209-6
    Czech man pages
    community/man-pages-de 2.16-1
    German Linux man pages
    community/man-pages-zh_cn 1.6.3.3-1
    Simplified Chinese Linux man pages
    community/man-pages-zh_tw 1.6.3.3-1
    Traditional Chinese Linux man pages
    community/python-argparse-manpage 1.1-3
    Automatically build man-pages for your Python project

    ```
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1550 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 23:58 · PVG 07:58 · LAX 16:58 · JFK 19:58
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.