How to Install fdupes in Ubuntu 18.04



Install fdupes by entering the following commands in the terminal:

sudo apt update
sudo apt install fdupes

Description:

identifies duplicate files within given directories

FDupes uses md5sums and then a byte by byte comparison to find duplicate files within a set of directories. It has several useful options including recursion.

Homepage: https://github.com/adrianlopezroche/fdupes

Version: 1:1.6.1-1

Section: universe/utils