# ssdeep mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für ssdeep in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:ssdeep
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install ssdeep
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ssdeep
```

  Evidenz: MacPorts ports tree: security/ssdeep/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add ssdeep
```

  Evidenz: Alpine Linux edge package indexes: ssdeep from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install ssdeep
```

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

- dnf (92%):

```sh
sudo dnf install ssdeep
```

  Evidenz: Fedora Rawhide package metadata: ssdeep 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#ssdeep
```

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

- pacman (92%):

```sh
sudo pacman -S ssdeep
```

  Evidenz: Arch Linux sync databases: ssdeep from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install ssdeep
```

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

## Paketfakten

- **Paketschlüssel:** brew:ssdeep
- **Paketmanager:** Homebrew
- **Version:** 2.14.1
- **Quellzusammenfassung:** Recursive piecewise hashing tool
- **Homepage:** <https://ssdeep-project.github.io/ssdeep/>
- **Repository:** <https://github.com/ssdeep-project/ssdeep>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- ssdeep (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 2.14.1
## Projektgeschichte und Nutzung

ssdeep is a command-line fuzzy hashing tool and libfuzzy library for computing and comparing context-triggered piecewise hashes.

### Projektgeschichte

Jesse Kornblum introduced context-triggered piecewise hashing in the 2006 Digital Investigation/DFRWS paper 'Identifying Almost Identical Files Using Context Triggered Piecewise Hashing.' The ssdeep project documentation says the program was originally written by Kornblum and based on Andrew Tridgell's spamsum code.

The modern ssdeep project moved to GitHub under ssdeep-project in 2017. Its NEWS file records a line of 2.x releases adding signature comparison modes, API documentation, C++ compatibility, clustering, thread-safe fuzzy hashing, large-file/stdin support, and 2.14 performance optimizations.

### Adoptionsgeschichte

The official ssdeep site lists packages for Ubuntu, Fedora, Debian, CentOS/EPEL, Arch Linux, FreeBSD, and Windows binaries. It also states that ssdeep hashes became widely used for simple identification, including VirusTotal basic properties, and that ssdeep remained a de facto standard despite newer fuzzy-hash alternatives.

### Wie es verwendet wird

Package users run ssdeep to hash files, recursively hash directory trees, compare files against known signature sets, or compare signature files. Developers can link libfuzzy and call the fuzzy_hash_* and fuzzy_compare APIs.

### Warum Paket-Nerds sich dafür interessieren

ssdeep is a package-manager classic because it bridges command-line forensics and linkable library packaging. Distros often split it into runtime, library, and development packages, and security tooling frequently treats its output format as a lingua franca for quick similarity checks.

### Zeitleiste

- 2006: Kornblum's CTPH paper introduced the technique and proof-of-concept ssdeep program.
- 2010: ssdeep 2.5 added API documentation and C++ compatibility.
- 2013: ssdeep 2.10 rewrote the fuzzy hashing engine to be thread safe.
- 2017-06: ssdeep-project GitHub repository created.
- 2017-11: ssdeep 2.14.1 released.

### Related projects

- Related tools and algorithms include spamsum, libfuzzy, TLSH, sdhash, VirusTotal similarity workflows, and digital-forensics hash-set tooling.

### Quellen

- <https://api.github.com/repos/ssdeep-project/ssdeep>
- <https://dfrws.org/presentation/identifying-almost-identical-files-using-context-triggered-piecewise-hashing/>
- <https://raw.githubusercontent.com/ssdeep-project/ssdeep/master/NEWS>
- <https://ssdeep-project.github.io/ssdeep/index.html>
- <https://ssdeep-project.github.io/ssdeep/usage.html>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Andere Paketmanager-Einträge

- Debian apt - libfuzzy-dev - 2.14.1+git20180629.57fcfff-3+b2: normalized package name match | Debian stable package indexes: libfuzzy-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | recursive piecewise hashing tool (development headers) | https://github.com/ssdeep-project/ssdeep
- Debian apt - libfuzzy2 - 2.14.1+git20180629.57fcfff-3+b2: normalized package name match | Debian stable package indexes: libfuzzy2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | recursive piecewise hashing tool (library) | https://github.com/ssdeep-project/ssdeep
- Debian apt - ssdeep - 2.14.1+git20180629.57fcfff-3+b2: normalized package name match | Debian stable package indexes: ssdeep from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | recursive piecewise hashing tool | https://github.com/ssdeep-project/ssdeep
- Nix - ssdeep: normalized package name match | nixpkgs package indexes: pkgs/by-name/ss/ssdeep/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libfuzzy-dev - 2.14.1+git20180629.57fcfff-3: normalized package name match | Ubuntu 24.04 LTS package indexes: libfuzzy-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | recursive piecewise hashing tool (development headers) | https://github.com/ssdeep-project/ssdeep
- Ubuntu apt - libfuzzy2 - 2.14.1+git20180629.57fcfff-3: normalized package name match | Ubuntu 24.04 LTS package indexes: libfuzzy2 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | recursive piecewise hashing tool (library) | https://github.com/ssdeep-project/ssdeep
- Ubuntu apt - ssdeep - 2.14.1+git20180629.57fcfff-3: normalized package name match | Ubuntu 24.04 LTS package indexes: ssdeep from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | recursive piecewise hashing tool | https://github.com/ssdeep-project/ssdeep
- apk - libfuzzy2 - 2.14.1-r2: normalized package name match | Alpine Linux edge package indexes: libfuzzy2 from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fuzzy hashing API and toolk | https://ssdeep-project.github.io/ssdeep/index.html
- apk - libfuzzy2-dev - 2.14.1-r2: normalized package name match | Alpine Linux edge package indexes: libfuzzy2-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fuzzy hashing API and toolk (development files) | https://ssdeep-project.github.io/ssdeep/index.html
- apk - ssdeep - 2.14.1-r2: normalized package name match | Alpine Linux edge package indexes: ssdeep from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fuzzy hashing API and toolk | https://ssdeep-project.github.io/ssdeep/index.html
- apk - ssdeep-doc - 2.14.1-r2: normalized package name match | Alpine Linux edge package indexes: ssdeep-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fuzzy hashing API and toolk (documentation) | https://ssdeep-project.github.io/ssdeep/index.html
- apk - ssdeep-static - 2.14.1-r2: normalized package name match | Alpine Linux edge package indexes: ssdeep-static from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fuzzy hashing API and toolk (static library) | https://ssdeep-project.github.io/ssdeep/index.html
- dnf - ssdeep - 2.14.1-23.fc45: normalized package name match | Fedora Rawhide package metadata: ssdeep from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Compute context triggered piecewise hashes | https://ssdeep-project.github.io/ssdeep/
- dnf - ssdeep-devel - 2.14.1-23.fc45: normalized package name match | Fedora Rawhide package metadata: ssdeep-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development files for libfuzzy | https://ssdeep-project.github.io/ssdeep/
- dnf - ssdeep-libs - 2.14.1-23.fc45: normalized package name match | Fedora Rawhide package metadata: ssdeep-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Runtime libfuzzy library | https://ssdeep-project.github.io/ssdeep/
- pacman - ssdeep - 2.14.1-5: normalized package name match | Arch Linux sync databases: ssdeep from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A program for computing context triggered piecewise hashes | https://ssdeep-project.github.io/ssdeep/


## Combined YAML source

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


## Quellen

- 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
