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>.
RUN apt-get update && \
apt-get install -y tldr
RUN apt-get update && \
apt-get install -y tldr
RUN pacman -S --noconfirm tldr
RUN apt-get update && \
apt-get install -y tldr
RUN dnf install -y tldr