How to Install and Uninstall jdupes Package on Kali Linux

Last updated: January 11,2025

1. Install "jdupes" package

Please follow the steps below to install jdupes on Kali Linux

$ sudo apt update $ sudo apt install jdupes

2. Uninstall "jdupes" package

Please follow the instructions below to uninstall jdupes on Kali Linux:

$ sudo apt remove jdupes $ sudo apt autoclean && sudo apt autoremove

3. Information about the jdupes package on Kali Linux

Package: jdupes
Version: 1.27.3-5
Installed-Size: 119
Maintainer: Joao Eriberto Mota Filho
Architecture: amd64
Depends: libc6 (>= 2.34), libjodycode3 (>= 3.0.1)
Size: 61968
SHA256: 7a90ee0853cb10c3c9e545dcd5a83e23b1591b53197d26c81083a24d0664d48a
SHA1: b028cc9fc4512a06f94ad47006576f09df3fdd24
MD5sum: cc014796b8621e904ab7aeeb0b318a66
Description: identify and delete or link duplicate files
jdupes is a program based in fdupes. The main goal of jdupes is identify
and taking actions upon duplicate files. In comparison with fdupes, jdupes
is heavily modified from and improved.
.
The biggest reason to use jdupes is raw speed. In testing on various data
sets, jdupes is over 7 times faster than fdupes-1.51 on average.
.
Code in jdupes is written with data loss avoidance as the highest priority.
If a choice must be made between being aggressive or careful, the careful
way is always chosen.
.
jdupes includes features that are not found in fdupes. Examples of such
features include btrfs block-level deduplication and control over which
file is kept when a match set is automatically deleted. jdupes is not
afraid of dropping features of low value; a prime example is the -1 switch
which outputs all matches in a set on one line, a feature which was found
to be useless in real-world tests and therefore thrown out.
.
jdupes can convert duplicate files in hardlinks or relative softlinks. It
is useful in several scenarios, as in Debian packaging, to create relative
symlinks to lots of duplicate files (it will substitute rdfind + symlinks
commands, used to same purpose, when solving lintian duplicate-files).
.
Packages build for Linux versions have support to btrfs filesystem.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.jdupes.com/
Tag: interface::commandline, role::program
Section: utils
Priority: optional
Filename: pool/main/j/jdupes/jdupes_1.27.3-5_amd64.deb