tldr

Display simple help pages for command-line tools from the tldr-pages project. Note: the --language and --list options are not required by the client specification, but most clients implement them. More information: <https://github.com/tldr-pages/tldr/blob/main/CLIENT-SPECIFICATION.md#command-line-interface>.

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