fdupes

Finds duplicate files in a given set of directories. More information: <https://github.com/adrianlopezroche/fdupes>.

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