cmp

Compare two files byte by byte. More information: <https://www.gnu.org/software/diffutils/manual/html_node/Invoking-cmp.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 cmp on any operating system with command-not-found.com