diff3

Compare three files line by line. More information: <https://www.gnu.org/software/diffutils/manual/html_node/Invoking-diff3.html>.

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