patch

Patch a file (or files) with a diff file. Note that diff files should be generated by the diff command. More information: <https://manned.org/patch>.

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