# cuetools mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, scoop, winget installieren

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

## Installation

```sh
sudo av install brew:cuetools
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install cuetools
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install cuetools
```

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

### Linux

- apk (92%):

```sh
sudo apk add cuetools
```

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

- Debian apt (92%):

```sh
sudo apt install cuetools
```

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

- dnf (92%):

```sh
sudo dnf install cuetools
```

  Evidenz: Fedora Rawhide package metadata: cuetools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#cuetools
```

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

- pacman (92%):

```sh
sudo pacman -S cuetools
```

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

### Windows

- Scoop (92%):

```sh
scoop install extras/cuetools
```

  Evidenz: Scoop official bucket manifest trees: bucket/cuetools.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id gchudov.CUETools -e
```

  Evidenz: Windows Package Manager source index: gchudov.CUETools from https://cdn.winget.microsoft.com/cache/source.msix

## Paketfakten

- **Paketschlüssel:** brew:cuetools
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/cuetools>
- **Version:** 1.4.1
- **Quellzusammenfassung:** Utilities for .cue and .toc files
- **Homepage:** <https://github.com/svend/cuetools>
- **Repository:** <https://github.com/svend/cuetools>
- **Lizenz:** GPL-2.0-only
- **Quellarchiv:** <https://github.com/svend/cuetools/archive/refs/tags/1.4.1.tar.gz>
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- cuebreakpoints (cli)
- cueconvert (cli)
- cueprint (cli)
- cuetag.sh (cli)
- cuebreakpoints (Alias)
- cueconvert (Alias)
- cueprint (Alias)
- cuetag.sh (Alias)

## Build-Abhängigkeiten

- autoconf
- automake
- libtool

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 1.4.1
- lokale Daten: OK
- Upstream-Repository: https://github.com/svend/cuetools
- neueste erkannte Version: 1.4.1 (aktuell)
- Info: No package-manager update timestamp was available.
## Projektgeschichte und Nutzung

cuetools is a small Unix-style audio metadata toolkit for working with cue sheets and cdrdao TOC files.

### Projektgeschichte

The upstream repository describes cuetools as cue and toc file parsers and utilities, with copyright years spanning 2004 through 2013 for Svend Sorensen. Its README presents the project as a focused set of command-line programs rather than a large audio application.

### Adoptionsgeschichte

The package remains useful to distribution maintainers because it exposes simple programs for a durable niche: converting, printing, tagging, and extracting breakpoints from CUE and TOC metadata. The supplied package-manager facts show it packaged across Homebrew, Debian, Fedora, Arch, Nix, MacPorts, Scoop, Winget, and related ecosystems.

### Wie es verwendet wird

Typical usage is in audio-ripping and archival workflows where cue sheets describe track layout. The upstream tools include cueconvert for CUE/TOC conversion, cuebreakpoints for extracting split points, cueprint for disc and track metadata, and cuetag.sh for applying tags.

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

cuetools is package-nerd interesting because it preserves a narrow but important command-line layer around CUE sheets, a format that often appears in lossless CD images and music archives. It is small, GPL-licensed C tooling with man-page-style documentation, making it easy for Unix package managers to ship without desktop dependencies.

### Zeitleiste

- 2004: Copyright period begins in upstream README.
- 2013: Later upstream copyright year shown in README.
- 2026: Still distributed by multiple package managers according to source_facts.package-manager.

### Related projects

- cdrdao TOC files, CUE sheet tooling, and audio taggers are the closest adjacent tools in normal packaging contexts.

### Quellen

- <https://github.com/svend/cuetools>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

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

## Details aus der Quelldatenbank

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

## Andere Paketmanager-Einträge

- Debian apt - cuetools - 1.4.1-0.2: normalized package name match | Debian stable package indexes: cuetools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | tools for manipulating CUE/TOC files | https://github.com/svend/cuetools
- Nix - cuetools: normalized package name match | nixpkgs package indexes: pkgs/by-name/cu/cuetools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - cuetools - 1.4.1-0.2: normalized package name match | Ubuntu 24.04 LTS package indexes: cuetools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | tools for manipulating CUE/TOC files | https://github.com/svend/cuetools
- apk - cuetools - 1.4.1-r3: normalized package name match | Alpine Linux edge package indexes: cuetools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | cuetools is a set of utilities for working with cue files and toc files | https://github.com/svend/cuetools
- apk - cuetools-doc - 1.4.1-r3: normalized package name match | Alpine Linux edge package indexes: cuetools-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | cuetools is a set of utilities for working with cue files and toc files (documentation) | https://github.com/svend/cuetools
- dnf - cuetools - 1.4.1-14.fc45: normalized package name match | Fedora Rawhide package metadata: cuetools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Utilities to work with cue and TOC files | https://github.com/svend/cuetools
- pacman - cuetools - 1.4.1-6: normalized package name match | Arch Linux sync databases: cuetools from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Cue and toc file parsers and utilities | https://github.com/svend/cuetools
- MacPorts - cuetools: normalized package name match | MacPorts ports tree: sysutils/cuetools/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - extras/cuetools: normalized package name match | Scoop official bucket manifest trees: bucket/cuetools.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
- winget - gchudov.CUETools: normalized package name match | Windows Package Manager source index: gchudov.CUETools from https://cdn.winget.microsoft.com/cache/source.msix


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/de/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://pkg.so/de/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [libtool](https://pkg.so/de/brew/libtool/) - Build dependency declared by Homebrew.
- [autoconf](https://pkg.so/de/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://pkg.so/de/brew/automake/) - Build dependency declared by Homebrew.
- [exiftool](https://pkg.so/de/brew/exiftool/) - Shares pkgdb curated category or tags: cli, media, metadata.
- [media-info](https://pkg.so/de/brew/media-info/) - Shares pkgdb curated category or tags: cli, media, metadata.
- [exiv2](https://pkg.so/de/brew/exiv2/) - Shares pkgdb curated category or tags: cli, media, metadata.
- [atomicparsley](https://pkg.so/de/brew/atomicparsley/) - Shares pkgdb curated category or tags: cli, media, metadata.
- [dovi_tool](https://pkg.so/de/brew/dovi-tool/) - Shares pkgdb curated category or tags: cli, media, metadata.
- [rsgain](https://pkg.so/de/brew/rsgain/) - Shares pkgdb curated category or tags: cli, media, metadata.
- [exempi](https://pkg.so/de/brew/exempi/) - Shares pkgdb curated category or tags: cli, media, metadata.
- [exif](https://pkg.so/de/brew/exif/) - Shares pkgdb curated category or tags: cli, media, metadata.

## Combined YAML source

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


## Quellen

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