# Installer mkcue avec Homebrew, apt, Nix

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

## installation

```sh
sudo av install brew:mkcue
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install mkcue
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install mkcue
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#mkcue
```

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

## Faits du paquet

- **Clé du paquet:** brew:mkcue
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1
- **Résumé source:** Generate a CUE sheet from a CD
- **Page d'accueil:** <https://packages.debian.org/sid/mkcue>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- mkcue (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

mkcue is a small command-line utility that generates a CUE sheet from a CD table of contents. Debian's package description presents it as a companion to abcde for backing up audio CDs as a single FLAC track plus cue sheet.

### Historique du projet

The Debian manpage notes that it was written for Debian because the original program did not include one. The current Debian source package is maintained as `mkcue` and has an official Debian source repository on Salsa.

### Historique d'adoption

mkcue survives mainly through distribution packaging. Debian, Ubuntu, Homebrew, and Nix package it for users maintaining optical-disc archival workflows.

### Modes d'utilisation

The interface is intentionally small: `mkcue` reads a CD-ROM device, defaults to `/dev/cdrom`, and supports `-t` to exclude tracks above a given count, which is useful for CDs with data tracks.

Its role is metadata extraction for audio-CD backups rather than general cue-sheet editing.

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

mkcue is package-nerd interesting because it is the kind of tiny Unix utility that remains useful only when kept alive by distributions. Its value is narrow, but it composes with abcde, FLAC, and optical-disc archival packages.

### Chronologie

- 2008: Debian changelog history records Debian packaging activity for mkcue 1.
- 2021: Debian bullseye manpage documents the command interface.
- 2026: Debian sid lists source package mkcue 1-9 with Salsa as the Debian source repository.

### Related projects

- mkcue is related to abcde, FLAC ripping workflows, cuetools, cue2toc, libdiscid, and Debian sound packages.

### Sources

- <https://manpages.debian.org/bullseye/mkcue/mkcue.1.en.html>
- <https://packages.debian.org/sid/mkcue>
- <https://packages.debian.org/source/sid/mkcue>


## 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 - mkcue - 1-8: normalized package name match | Debian stable package indexes: mkcue from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Generates a CUE sheet from a CD
- Nix - mkcue: normalized package name match | nixpkgs package indexes: pkgs/by-name/mk/mkcue/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - mkcue - 1-7: normalized package name match | Ubuntu 24.04 LTS package indexes: mkcue from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Generates a CUE sheet from a CD


## Combined YAML source

View the package source record on GitHub. [combined/mkcue.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mkcue.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
