# vorbis-tools を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper でインストール

vorbis-tools のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:vorbis-tools
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install vorbis-tools
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install vorbis-tools
```

  証拠: MacPorts ports tree: audio/vorbis-tools/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add vorbis-tools
```

  証拠: Alpine Linux edge package indexes: vorbis-tools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install vorbis-tools
```

  証拠: Debian stable package indexes: vorbis-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install vorbis-tools
```

  証拠: Fedora Rawhide package metadata: vorbis-tools 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#vorbis-tools
```

  証拠: nixpkgs package indexes: pkgs/by-name/vo/vorbis-tools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S vorbis-tools
```

  証拠: Arch Linux sync databases: vorbis-tools from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install vorbis-tools
```

  証拠: openSUSE Tumbleweed package metadata: vorbis-tools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:vorbis-tools
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/vorbis-tools>
- **バージョン:** 1.4.3
- **ソース概要:** Ogg Vorbis CODEC tools
- **ホームページ:** <https://github.com/xiph/vorbis-tools>
- **リポジトリ:** <https://github.com/xiph/vorbis-tools>
- **ライセンス:** LGPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only
- **ソースアーカイブ:** <https://ftp.osuosl.org/pub/xiph/releases/vorbis/vorbis-tools-1.4.3.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- ogg123 (cli)
- oggdec (cli)
- oggenc (cli)
- ogginfo (cli)
- vcut (cli)
- vorbiscomment (cli)
- ogg123 (エイリアス)
- oggdec (エイリアス)
- oggenc (エイリアス)
- ogginfo (エイリアス)
- vcut (エイリアス)
- vorbiscomment (エイリアス)

## 依存関係

- flac
- libao
- libogg
- libvorbis

## ビルド依存関係

- autoconf
- automake
- libtool
- pkgconf

## macOS 提供ライブラリ

- curl

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.4.3
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/xiph/vorbis-tools
- 情報: No package-manager update timestamp was available.
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

Vorbis Tools is the Xiph.Org command-line toolkit around Ogg Vorbis: encoding with `oggenc`, playback with `ogg123`, decoding with `oggdec`, inspection with `ogginfo`, stream cutting with `vcut`, and comment editing with `vorbiscomment`. It is the user-facing utility layer around the Vorbis codec and Ogg container.

### プロジェクトの歴史

Vorbis itself was developed by Xiph.Org as an open, non-proprietary, patent-and-royalty-free compressed audio format. Xiph's Vorbis page records that the Vorbis I bitstream format was frozen on May 8, 2000, with a compatibility promise for all bitstreams encoded after that date.

The tools grew alongside the codec libraries as the practical Unix-style interface to Ogg Vorbis files. Xiph's GitLab description is explicit that the source distribution includes the vorbis-tools and not the codec libraries, which live in other modules; this separation made the tools a packaging unit distinct from libvorbis and libao.

A notable maintenance point came in March 2010, when Xiph.Org released libao 1.0.0, libVorbis 1.3.1, and vorbis-tools 1.4.0 together as a coordinated toolchain update for improved surround-sound support. Xiph described 1.4.0 as the first official vorbis-tools release since 1.2.x, noting that 1.3.x had existed mostly as distribution patch sets rather than official snapshots.

In January 2021, Xiph.Org released vorbis-tools 1.4.2 with documentation updates, build-system cleanup, Debian patch incorporation, security fixes, Ogg/Opus support in `ogg123`, broader `ogginfo` support for Ogg/Opus, Ogg/FLAC, Ogg/Speex, and Ogg/Skeleton, and tag-removal support in `vorbiscomment`.

### 採用の歴史

Vorbis Tools became a standard package in free-software audio stacks because it gave scripts, distributions, and users a direct CLI for the open Vorbis format. Package managers across Linux and BSD ecosystems commonly split this utility set as `vorbis-tools`, while libraries such as libvorbis and libao remain separate packages.

The 2010 release notes show how downstream distributions influenced the tools: Xiph noted that unofficial 1.3.x patch sets had been widely deployed by distributions, and later 1.4.2 incorporated Debian patches and closed Debian- and Ubuntu-tracked issues. That is classic codec-tool packaging history: distro maintenance kept the utilities useful between upstream releases.

### 使われ方

`oggenc` converts WAV, AIFF, FLAC, and related inputs into Ogg Vorbis streams; `ogg123` plays Ogg audio from files, directories, or URLs; `ogginfo` inspects stream metadata and validity; `vorbiscomment` edits Vorbis comment tags; `oggdec` decodes to PCM; and `vcut` cuts Vorbis streams without a full transcode.

The tools are typically used in shell pipelines, archival/ripping workflows, codec regression checks, and distribution test environments. Their importance is less about a graphical application and more about having scriptable, reference-adjacent utilities for a royalty-free audio format.

### パッケージ好きにとっての重要性

Vorbis Tools is one of those packages whose name hides a historical layer cake: Ogg as container, Vorbis as codec, libvorbis as reference implementation, libao as output abstraction, and the command-line tools as the package users actually type. It remains useful because it gives maintainers and audio nerds small, inspectable programs for each step of the Vorbis workflow.

The package also marks an era when open audio formats competed directly with MP3, AAC, and WMA on both legal and technical grounds. For package repositories, shipping Vorbis Tools meant shipping a complete free-software path to encode, play, inspect, tag, and edit compressed audio.

### タイムライン

- 2000-05-08: Xiph.Org froze the Vorbis I bitstream format.
- 2010-03-26: Xiph.Org released vorbis-tools 1.4.0 with libao 1.0.0 and libVorbis 1.3.1.
- 2021-01-21: Xiph.Org released vorbis-tools 1.4.2 with documentation, build, format-support, Debian patch, and security-fix updates.

### Related projects

- libvorbis provides the Vorbis encoder and decoder libraries used by the ecosystem.
- libao supplies audio output support used by playback tooling.
- Opus, FLAC, Speex, Theora, and Icecast are adjacent Xiph.Org media projects.

### ソース

- <https://gitlab.xiph.org/xiph/vorbis-tools>
- <https://www.xiph.org/press/2021/vorbis-tools-1.4.2/>
- <https://xiph.org/press/2010/vorbis-surround/>
- <https://xiph.org/vorbis/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** vorbis-tools
- **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

## 他のパッケージマネージャ記録

- Debian apt - vorbis-tools - 1.4.3-1: normalized package name match | Debian stable package indexes: vorbis-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | several Ogg Vorbis tools | https://www.xiph.org/
- Nix - vorbis-tools: normalized package name match | nixpkgs package indexes: pkgs/by-name/vo/vorbis-tools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - vorbis-tools - 1.4.2-2: normalized package name match | Ubuntu 24.04 LTS package indexes: vorbis-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | several Ogg Vorbis tools | https://www.xiph.org/
- apk - vorbis-tools - 1.4.3-r3: normalized package name match | Alpine Linux edge package indexes: vorbis-tools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Extra tools for Ogg-Vorbis | https://www.xiph.org/vorbis/
- apk - vorbis-tools-doc - 1.4.3-r3: normalized package name match | Alpine Linux edge package indexes: vorbis-tools-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Extra tools for Ogg-Vorbis (documentation) | https://www.xiph.org/vorbis/
- apk - vorbis-tools-lang - 1.4.3-r3: normalized package name match | Alpine Linux edge package indexes: vorbis-tools-lang from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Languages for package vorbis-tools | https://www.xiph.org/vorbis/
- dnf - vorbis-tools - 1.4.3-7.fc45: normalized package name match | Fedora Rawhide package metadata: vorbis-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | The Vorbis General Audio Compression Codec tools | https://www.xiph.org/
- pacman - vorbis-tools - 1.4.3-1: normalized package name match | Arch Linux sync databases: vorbis-tools from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Extra tools for Ogg-Vorbis | https://www.xiph.org/vorbis/
- zypper - vorbis-tools - 1.4.3-2.3: normalized package name match | openSUSE Tumbleweed package metadata: vorbis-tools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Ogg Vorbis Tools | https://www.xiph.org/
- zypper - vorbis-tools-lang - 1.4.3-2.3: normalized package name match | openSUSE Tumbleweed package metadata: vorbis-tools-lang from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Translations for package vorbis-tools | https://www.xiph.org/
- MacPorts - vorbis-tools: normalized package name match | MacPorts ports tree: audio/vorbis-tools/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://pkg.so/ja/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [flac](https://pkg.so/ja/brew/flac/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [libtool](https://pkg.so/ja/brew/libtool/) - Build dependency declared by Homebrew.
- [autoconf](https://pkg.so/ja/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://pkg.so/ja/brew/automake/) - Build dependency declared by Homebrew.
- [abcde](https://pkg.so/ja/brew/abcde/) - Popular package that depends on this formula.
- [ffmpeg](https://pkg.so/ja/brew/ffmpeg/) - Shares pkgdb curated category or tags: audio, cli, codec, media.
- [speex](https://pkg.so/ja/brew/speex/) - Shares pkgdb curated category or tags: audio, cli, codec, media.
- [ffmpeg-full](https://pkg.so/ja/brew/ffmpeg-full/) - Shares pkgdb curated category or tags: audio, cli, codec, media.
- [wavpack](https://pkg.so/ja/brew/wavpack/) - Shares pkgdb curated category or tags: audio, cli, codec, media.
- [musepack](https://pkg.so/ja/brew/musepack/) - Shares pkgdb curated category or tags: audio, cli, codec, media.
- [a52dec](https://pkg.so/ja/brew/a52dec/) - Shares pkgdb curated category or tags: audio, cli, codec, media.
- [go-librespot](https://pkg.so/ja/brew/go-librespot/) - Both packages work with overlapping file formats or content types. Shared terms: audio, cli, flac, libogg, libvorbis.
- [snapcast](https://pkg.so/ja/brew/snapcast/) - Both packages work with overlapping file formats or content types. Shared terms: audio, cli, flac, libogg, libvorbis.
- [flac123](https://pkg.so/ja/brew/flac123/) - Both packages work with overlapping file formats or content types. Shared terms: audio, cli, flac, libao, libogg.

## Combined YAML source

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


## ソース

- 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
