# mkcue を Homebrew, apt, Nix でインストール

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
