lesspipe.sh

pager program similar to more

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