red

classic UNIX line editor

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