less

Open a file for interactive reading, allowing scrolling and search. More information: <https://greenwoodsoftware.com/less/>.

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 less
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 less on any operating system with command-not-found.com