sed

Edit text in a scriptable manner. See also: awk, ed. More information: <https://www.gnu.org/software/sed/manual/sed.html>.

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