# Install libcdio-paranoia with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

CD paranoia on top of libcdio. Version 10.2-2.0.2 via Homebrew; verified from local package data.

## Install

```sh
sudo av install brew:libcdio-paranoia
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install libcdio-paranoia
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install libcdio-paranoia
```

  Evidence: MacPorts ports tree: audio/libcdio-paranoia/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add libcdio-paranoia
```

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

- Debian apt (92%):

```sh
sudo apt install cd-paranoia
```

  Evidence: Debian stable package indexes: cd-paranoia from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install libcdio-paranoia
```

  Evidence: Fedora Rawhide package metadata: libcdio-paranoia from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#libcdio-paranoia
```

  Evidence: nixpkgs package indexes: pkgs/by-name/li/libcdio-paranoia/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S libcdio-paranoia
```

  Evidence: Arch Linux sync databases: libcdio-paranoia from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install cd-paranoia
```

  Evidence: openSUSE Tumbleweed package metadata: cd-paranoia from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Package facts

- **Package key:** brew:libcdio-paranoia
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/libcdio-paranoia>
- **Version:** 10.2-2.0.2
- **Source summary:** CD paranoia on top of libcdio
- **Homepage:** <https://github.com/libcdio/libcdio-paranoia>
- **Repository:** <https://github.com/libcdio/libcdio-paranoia>
- **Upstream docs:** <https://github.com/libcdio/libcdio-paranoia#readme>
- **License:** GPL-3.0-only
- **Source archive:** <https://github.com/libcdio/libcdio-paranoia/releases/download/release-10.2%2B2.0.2/libcdio-paranoia-10.2+2.0.2.tar.gz>
- **Generated:** 2026-07-08T18:08:21+00:00

## Executables

- cd-paranoia (cli)
- cd-paranoia (alias)

## Dependencies

- libcdio

## Build dependencies

- pkgconf

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 10.2-2.0.2
- Local data: ok
- Upstream repository: https://github.com/libcdio/libcdio-paranoia
- info: No package-manager update timestamp was available.
- info: No cached GitHub release or tag data was available.
## Project history and usage

libcdio-paranoia is the cdparanoia audio-extraction code adapted to use libcdio for CD-ROM access. Its practical reason to exist is portability: it keeps the paranoia error-correction model while delegating device access to libcdio instead of the original Linux-only access layer.

### Project history

The upstream cdparanoia lineage began as Paranoia I/II patches to Heiko Eissfeldt's cdda2wav in late 1994. Xiph's FAQ says cdparanoia became an independent rewrite in January 1998 as Paranoia III, with the library doing the extraction and correction work below the command-line ripper.

The libcdio-paranoia repository describes itself as a port of Xiph.org's cdda paranoia to use libcdio for CD-ROM access, allowing cdparanoia-style extraction on platforms beyond GNU/Linux. Its 2024 release notes also record a move of the code from Savannah to GitHub and a requirement for libcdio 2.0.0 or newer.

### Adoption history

The original cdparanoia became a default Unix answer for accurate audio-CD extraction because it favored repeated reads, jitter handling, and explicit progress reporting over speed. libcdio-paranoia carried that model into the libcdio ecosystem, making it a dependency for CD-ripping stacks that wanted the paranoia algorithm through a more portable device abstraction.

Homebrew, Debian/Ubuntu, Fedora, Arch, Alpine, Nix, MacPorts, and openSUSE package it either as libcdio-paranoia or as cd-paranoia utilities, reflecting its role as both a library and a command-line tool provider.

### How it is used

The visible command is cd-paranoia, used to extract CD-DA audio into WAV, AIFF/AIFC, or raw PCM-style output. The library form is used by applications that want paranoia-style CD-DA reads while relying on libcdio for drive and image access.

### Why package nerds care

This package is interesting because it is a compatibility bridge between two famous CD stacks: Xiph's cdparanoia, a classic ripper with a strong error-correction culture, and GNU libcdio, the OS-independent CD access library. It also explains why some distributions split cdparanoia functionality into libcdio-derived packages instead of shipping only the older Xiph source.

### Timeline

- 1994: Paranoia I/II began as patches to cdda2wav.
- 1998-01: cdparanoia became an independent rewrite as Paranoia III.
- 2001: cdparanoia III 9.8 marked the end of the previous generation for Linux 2.0 through early 2.4.
- 2008-09-11: Xiph listed cdparanoia III 10.2 as the stable release.
- 2024-05-07: libcdio-paranoia release-10.2+2.0.2 notes recorded the move to GitHub and a large drive-gap fix.

### Related projects

- Related projects include Xiph cdparanoia, cdda2wav, libcdio, GNU libcdio's cd-info and CD-DA libraries, and CD-ripping tools such as Whipper that care about sample offsets and accurate extraction.

### Sources

- <https://formulae.brew.sh/formula/libcdio-paranoia>
- <https://github.com/libcdio/libcdio-paranoia>
- <https://github.com/libcdio/libcdio-paranoia/releases>
- <https://xiph.org/paranoia/>
- <https://xiph.org/paranoia/faq.html>


## Security Notes

library-like package without higher-risk signals.

- **Geiger risk:** green / low
- library-like package without higher-risk signals

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** libcdio-paranoia
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Other Package-Manager Records

- Debian apt - cd-paranoia - 10.2+2.0.2-1+b1: normalized package name match | Debian stable package indexes: cd-paranoia from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | audio CD reading utility which includes extra data verification features | https://www.gnu.org/software/libcdio/
- Debian apt - libcdio-cdda-dev - 10.2+2.0.2-1+b1: normalized package name match | Debian stable package indexes: libcdio-cdda-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library to read and control digital audio CDs (development files) | https://www.gnu.org/software/libcdio/
- Debian apt - libcdio-cdda2t64 - 10.2+2.0.2-1+b1: normalized package name match | Debian stable package indexes: libcdio-cdda2t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library to read and control digital audio CDs | https://www.gnu.org/software/libcdio/
- Debian apt - libcdio-paranoia-dev - 10.2+2.0.2-1+b1: normalized package name match | Debian stable package indexes: libcdio-paranoia-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library to read digital audio CDs with error correction (development files) | https://www.gnu.org/software/libcdio/
- Debian apt - libcdio-paranoia2t64 - 10.2+2.0.2-1+b1: normalized package name match | Debian stable package indexes: libcdio-paranoia2t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library to read digital audio CDs with error correction | https://www.gnu.org/software/libcdio/
- Nix - libcdio-paranoia: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libcdio-paranoia/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - cd-paranoia - 10.2+2.0.1-1.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: cd-paranoia from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | audio CD reading utility which includes extra data verification features | https://www.gnu.org/software/libcdio/
- Ubuntu apt - libcdio-cdda-dev - 10.2+2.0.1-1.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libcdio-cdda-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | library to read and control digital audio CDs (development files) | https://www.gnu.org/software/libcdio/
- Ubuntu apt - libcdio-cdda2t64 - 10.2+2.0.1-1.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libcdio-cdda2t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | library to read and control digital audio CDs | https://www.gnu.org/software/libcdio/
- Ubuntu apt - libcdio-paranoia-dev - 10.2+2.0.1-1.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libcdio-paranoia-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | library to read digital audio CDs with error correction (development files) | https://www.gnu.org/software/libcdio/
- Ubuntu apt - libcdio-paranoia2t64 - 10.2+2.0.1-1.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libcdio-paranoia2t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | library to read digital audio CDs with error correction | https://www.gnu.org/software/libcdio/
- apk - libcdio-paranoia - 10.2.2.0.2_git20260227-r0: normalized package name match | Alpine Linux edge package indexes: libcdio-paranoia from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | CD paranoia on top of libcdio | https://www.gnu.org/software/libcdio/
- apk - libcdio-paranoia-dev - 10.2.2.0.2_git20260227-r0: normalized package name match | Alpine Linux edge package indexes: libcdio-paranoia-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | CD paranoia on top of libcdio (development files) | https://www.gnu.org/software/libcdio/
- apk - libcdio-paranoia-doc - 10.2.2.0.2_git20260227-r0: normalized package name match | Alpine Linux edge package indexes: libcdio-paranoia-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | CD paranoia on top of libcdio (documentation) | https://www.gnu.org/software/libcdio/
- dnf - libcdio-paranoia - 10.2+2.0.2-6.fc44: normalized package name match | Fedora Rawhide package metadata: libcdio-paranoia from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | CD paranoia on top of libcdio | http://www.gnu.org/software/libcdio/
- dnf - libcdio-paranoia-devel - 10.2+2.0.2-6.fc44: normalized package name match | Fedora Rawhide package metadata: libcdio-paranoia-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Header files and libraries for libcdio-paranoia | http://www.gnu.org/software/libcdio/


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://www.automicvault.com/pkg/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [libcdio](https://www.automicvault.com/pkg/brew/libcdio/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [qmmp](https://www.automicvault.com/pkg/brew/qmmp/) - Popular package that depends on this formula.
- [dvd+rw-tools](https://www.automicvault.com/pkg/brew/dvd-rw-tools/) - Shares av.db curated category or tags: cli, media, optical-disc.
- [dvdrtools](https://www.automicvault.com/pkg/brew/dvdrtools/) - Shares av.db curated category or tags: cli, media, optical-disc.
- [dvd-vr](https://www.automicvault.com/pkg/brew/dvd-vr/) - Shares av.db curated category or tags: cli, media, optical-disc.
- [dvdauthor](https://www.automicvault.com/pkg/brew/dvdauthor/) - Shares av.db curated category or tags: cli, media, optical-disc.
- [dvdbackup](https://www.automicvault.com/pkg/brew/dvdbackup/) - Shares av.db curated category or tags: cli, media, optical-disc.
- [libbluray](https://www.automicvault.com/pkg/brew/libbluray/) - Shares av.db curated category or tags: cli, library, media, optical-disc.
- [libcddb](https://www.automicvault.com/pkg/brew/libcddb/) - Shares av.db curated category or tags: audio-cd, cli, library, media.
- [freealut](https://www.automicvault.com/pkg/brew/freealut/) - Both packages work with overlapping file formats or content types. Shared terms: audio, cli, library, media.
- [libilbc](https://www.automicvault.com/pkg/brew/libilbc/) - Both packages work with overlapping file formats or content types. Shared terms: audio, cli, library, media.

## Combined YAML source

View the package source record on GitHub. [combined/libcdio-paranoia.yml](https://github.com/automic-vault/db/blob/main/combined/libcdio-paranoia.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
