Package Details - afl++
Metadata
- Version
- 4.21c-4ubuntu2
- Architecture
amd64- Section
universe/devel- Priority
optional- Source
aflplusplus- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian Security Tools <team+pkg-security@tracker.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://github.com/AFLplusplus/AFLplusplus
- Description
instrumentation-driven fuzzer for binary formats
Relations
Depends
build-essential
procps
clang-19
clang
libc6 (>= 2.38)
libgcc-s1 (>= 3.0)
libpython3.13 (>= 3.13.0~rc3)
libstdc++6 (>= 13.1)
Recommends
Suggests
Breaks
afl (<< 2.53c)
afl++-clang (<< 3.14c)
Replaces
afl (<< 2.53c)
afl++-clang (<< 3.14c)
Reverse Dependencies
Loading…
How to Install
Step 1: Add this APT server
Option A: Using APKG CLI (recommended):
sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/1
Don't have apkg?
See how to install APKG CLI.
Option B: Manual bash setup:
sudo mkdir -p /usr/share/keyrings && \
curl -sL https://apkg-dev.aiursoft.com/artifacts/certs/anduinos | gpg --dearmor | sudo tee /usr/share/keyrings/anduinos-archive-keyring.gpg > /dev/null && \
echo "Types: deb
URIs: https://apkg-dev.aiursoft.com/artifacts/anduinos/
Suites: questing
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-1.sources && \
sudo apt update
Step 2: Install the package
sudo apt install afl++
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 597 KB
Installed Size: 2774 B
Component: universe
Hashes
SHA256: 150f952dc4ed37f2bf0aee9303bf4f6fdf54fd34489f5180f77c340f88e36e82 SHA1: 2ced539ee1f207636e0adae95896ba1cfae78072 MD5: 0a488c38d66b202fa4bb0c3aba59dc68What is a Package?
A .deb package is a software bundle ready to install on Debian/Ubuntu systems. It contains binaries, configs, and dependency metadata.
How to use: First add the APT repository via sudo apkg add-source, then sudo apt install @pkg.Package. Or download the .deb directly.