help2man

Produce simple man pages from an executable's --help and --version output. More information: <https://www.gnu.org/software/help2man>.

Debian Debian
RUN apt-get update && \ apt-get install -y help2man
Ubuntu
RUN apt-get update && \ apt-get install -y help2man
Alpine
RUN apk add help2man
Arch Arch Linux
RUN pacman -S --noconfirm help2man
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y help2man
CentOS
RUN yum install -y help2man
Fedora
RUN dnf install -y help2man
Raspbian
RUN apt-get update && \ apt-get install -y help2man
click the source code to copy install help2man on any operating system with command-not-found.com