# Installer jdupes avec Homebrew, apk, apt, dnf, MacPorts, Nix, zypper, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de jdupes pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:jdupes
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install jdupes
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install jdupes
```

  Preuve: MacPorts ports tree: sysutils/jdupes/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add jdupes
```

  Preuve: Alpine Linux edge package indexes: jdupes from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install jdupes
```

  Preuve: Debian stable package indexes: jdupes from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install jdupes
```

  Preuve: Fedora Rawhide package metadata: jdupes from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#jdupes
```

  Preuve: nixpkgs package indexes: pkgs/by-name/jd/jdupes/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install jdupes
```

  Preuve: openSUSE Tumbleweed package metadata: jdupes from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/jdupes
```

  Preuve: Scoop official bucket manifest trees: bucket/jdupes.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:jdupes
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.31.1
- **Résumé source:** Duplicate file finder and an enhanced fork of 'fdupes'
- **Page d'accueil:** <https://codeberg.org/jbruchon/jdupes>
- **Dernière mise à jour:** 2026-07-16T12:50:32Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- jdupes (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.31.1
## Historique du projet et usages

jdupes is a duplicate-file finder and action tool descended from fdupes. Its upstream README emphasizes exact duplicate detection, data-loss avoidance, faster scans, native Windows support, hard-linking, symlinking, deletion, and block-level deduplication.

### Historique du projet

Jody Bruchon's project began as performance and behavior patches for Adrian Lopez's fdupes. In the author-written history, Bruchon says the first change that led to jdupes was made during the last week of December 2014 after fdupes progress output proved slow over SSH.

The fork was first named fdupes-jody after the fdupes maintainer did not merge the patch set. Bruchon continued optimizing and adding features in 2015, including Windows and Mac OS X portability, hard-link support, size exclusion, sorting changes, Btrfs block-level dedupe support, and many performance improvements.

On December 23, 2015, fdupes-jody 2.2 was renamed to jdupes 1.0. In October 2023, Bruchon announced that jdupes, libjodycode, and his other software projects were migrating to Codeberg.

### Historique d'adoption

The author history says jdupes spread into many Linux distributions, and the batch input records packages in Alpine, Homebrew, Debian, Fedora, MacPorts, Nix, Scoop, Ubuntu, and openSUSE. That breadth fits its role as a command-line filesystem utility with conservative defaults but powerful destructive options for expert use.

### Modes d'utilisation

jdupes scans one or more directories for byte-identical files and can print match sets, recurse through trees, delete duplicates, create hard links or symlinks, summarize duplicates, emit JSON, use a hash database, and perform copy-on-write deduplication where supported. The README explicitly warns that similar-file matching is outside its scope.

### Pourquoi les passionnés de paquets s'y intéressent

jdupes matters to package nerds because it is a classic fork story with measurable command-line utility: a small C tool outgrew its parent by focusing on speed, safety checks, portability, and filesystem-specific actions. It is also a reminder that package availability can make a fork the practical default even when the original tool remains known.

### Chronologie

- 1999: The author history describes fdupes as present since at least this year.
- 2014: Initial fdupes patch work began during the last week of December.
- 2015: fdupes-jody accumulated portability, performance, and deduplication features.
- 2015: fdupes-jody 2.2 was renamed to jdupes 1.0 on December 23.
- 2023: The project migration to Codeberg was announced.

### Related projects

- Related projects include fdupes, the parent project; dupd and fclones, which the author discusses as competing duplicate finders; and libjodycode, a shared library factored from code that had been reused across jdupes and other Bruchon projects.

### Sources

- <https://codeberg.org/jbruchon/jdupes>
- <https://codeberg.org/jbruchon/jdupes/src/branch/master/README.md>
- <https://formulae.brew.sh/formula/jdupes>
- <https://www.jdupes.com/2023/08/23/the-history-of-jdupes-why-its-called-that-and-where-it-came-from/>
- <https://www.jdupes.com/2023/10/05/news-github-is-out-codeberg-is-in/>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Debian apt - jdupes - 1.28.0-1+deb13u1: normalized package name match | Debian stable package indexes: jdupes from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | identify and delete or link duplicate files | https://www.jdupes.com/
- Nix - jdupes: normalized package name match | nixpkgs package indexes: pkgs/by-name/jd/jdupes/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - jdupes - 1.27.3-5build1: normalized package name match | Ubuntu 24.04 LTS package indexes: jdupes from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | identify and delete or link duplicate files | https://www.jdupes.com/
- apk - jdupes - 1.31.1-r0: normalized package name match | Alpine Linux edge package indexes: jdupes from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | identifying and taking actions upon duplicate files | https://codeberg.org/jbruchon/jdupes
- apk - jdupes-doc - 1.31.1-r0: normalized package name match | Alpine Linux edge package indexes: jdupes-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | identifying and taking actions upon duplicate files (documentation) | https://codeberg.org/jbruchon/jdupes
- dnf - jdupes - 1.31.1-2.fc45: normalized package name match | Fedora Rawhide package metadata: jdupes from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Duplicate file finder and an enhanced fork of 'fdupes' | https://codeberg.org/jbruchon/jdupes
- zypper - jdupes - 1.30.0-1.5: normalized package name match | openSUSE Tumbleweed package metadata: jdupes from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A powerful duplicate file finder and an enhanced fork of 'fdupes' | https://codeberg.org/jbruchon/jdupes
- MacPorts - jdupes: normalized package name match | MacPorts ports tree: sysutils/jdupes/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/jdupes: normalized package name match | Scoop official bucket manifest trees: bucket/jdupes.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/jdupes.yml](https://github.com/mxcl/pkgdb/blob/main/combined/jdupes.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
