# 使用 Homebrew, apt, Nix 安装 mkcue

查看 mkcue 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install mkcue
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install mkcue
```

  证据: 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
```

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

## 软件包事实

- **软件包键:** brew:mkcue
- **软件包管理器:** Homebrew
- **版本:** 1
- **来源摘要:** Generate a CUE sheet from a CD
- **主页:** <https://packages.debian.org/sid/mkcue>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- mkcue (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1
## 项目历史与用法

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.

### 项目历史

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.

### 采用历史

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

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

- 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.

### 来源

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


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

- 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)


## 来源

- 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
