line

Read a single line of input. More information: <https://manned.org/line.1>.

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