pkg.soopen package index

brew / 順位 1809

xorriso を Homebrew, apk, apt, dnf, MacPorts, Nix, zypper, pacman でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install xorriso

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install xorriso

MacPorts ports tree · sysutils/xorriso/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add xorriso

Alpine Linux edge package indexes · xorriso · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install xorriso

Debian stable package indexes · xorriso · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install xorriso

Fedora Rawhide package metadata · xorriso · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#xorriso

nixpkgs package indexes · xorriso · ソース: raw.githubusercontent.com

openSUSE zypper確認済み · 92%
sudo zypper install xorriso

openSUSE Tumbleweed package metadata · xorriso · ソース: download.opensuse.org

Arch Linux pacman確認済み · 92%
sudo pacman -S libisoburn

Arch Linux sync databases · libisoburn · ソース: geo.mirror.pkgbuild.com

概要

パッケージ概要

ISO9660+RR manipulation tool

コマンドとエイリアス

  • osirrox
  • xorrecord
  • xorriso
  • xorriso-dd-target
  • xorriso-tcltk
  • xorrisofs

履歴

プロジェクトの歴史と使われ方

GNU xorriso is an ISO 9660 Rock Ridge filesystem manipulator by Thomas Schmitt, derived from and supported by the Libburnia project. It can create, load, modify, extract from, and write ISO images, including optical-media sessions and plain filesystem image files.

Its defining package-nerd role is consolidation: xorriso incorporates Libburnia libraries so it does not need an external ISO formatter or burn program, while also providing mkisofs and cdrecord emulation through xorrisofs and xorrecord aliases.

プロジェクトの歴史

The changelog records the initial libisoburn/xorriso release as 0.1.0 on 2008-02-15. That first entry already states the core design: libisoburn connects libisofs and libburn, emulates multi-session behavior on media without session history, and xorriso is an integrated multi-session tool for ISO 9660 Rock Ridge images.

By 2008-03, standalone xorriso 0.1.2 added early cdrecord and mkisofs emulation modes. In 2008-04, libisoburn 0.1.4 improved ISO tree reading, added incremental backup functionality, and expanded the emulation of basic mkisofs and cdrecord options. By 2008-07, make install created the osirrox, xorrisofs, and xorrecord aliases, making the single engine present familiar command faces to existing workflows.

The 2009-2013 changelog shows xorriso evolving beyond disc burning into a serious image-construction and backup tool: BD media support, ACL and extended attribute recording, zisofs/gzip filters, hardlink preservation, MD5 recording and checking, ISOLINUX boot images, and later GRUB2, EFI, HFS+, GPT, and partition-table-related boot support.

The GNU page and README present the mature project as a GNU contribution from Libburnia. Current documentation describes support for GNU/Linux, FreeBSD, Solaris, and NetBSD drive access, with POSIX file-object operation on other X/Open systems.

採用の歴史

xorriso gained adoption where users needed more than a one-shot ISO image writer. It can update existing images, grow sessions, extract files back out, verify media, preserve Unix metadata, and produce bootable images, so it fits distribution-image build systems, backup scripts, and optical-media maintenance.

Its mkisofs and cdrecord compatibility modes helped adoption by letting existing habits and scripts migrate without requiring every caller to learn xorriso's native command language first. The xorrisofs name is especially important in build tooling because it presents xorriso as a mkisofs-like ISO producer while still using the Libburnia stack underneath.

As optical media became less central, xorriso stayed relevant because ISO images remained central to OS installers, rescue media, virtual-machine boot media, and reproducible artifact pipelines. The official docs explicitly note that xorriso operates on ISO images in data files or block devices, not only physical discs.

使われ方

Common usage includes creating Rock Ridge ISO images from directory trees, adding boot equipment for ISOLINUX or GRUB via El Torito/MBR/EFI structures, extracting files from existing images with osirrox-style behavior, and writing new or add-on sessions to optical media or image files.

Package builders and release engineers often use the mkisofs-compatible xorrisofs interface when a script expects mkisofs/genisoimage semantics. The xorrecord interface handles a narrower cdrecord-like task set, while native xorriso mode exposes richer image-tree manipulation, session loading, verification, and command-file workflows.

The manpage is unusually explicit about the filesystem model: ISO 9660 sessions are generated and mounted read-only, while xorriso loads existing image metadata, stages modifications, and commits a new session or replacement image. That model makes it useful for controlled image mutation rather than just burning a finished blob.

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

xorriso is the quiet workhorse behind many bootable ISO workflows. It matters because it bridges old optical-media command traditions, modern bootable installer images, Unix metadata preservation, and script compatibility in one package.

It also represents a packaging-friendly alternative to relying on historically separate formatter and recorder tools. One install provides the native xorriso command plus aliases for mkisofs-like and cdrecord-like callers, reducing the amount of external tool choreography in build scripts.

For package nerds, the project is a reminder that declining hardware categories can leave behind essential file formats. Even users who never burn a disc still depend on ISO construction and inspection for OS images, virtual machines, firmware workflows, and archival media.

タイムライン

  • 2008-02-15: libisoburn/xorriso 0.1.0 is released as the initial integrated ISO 9660 Rock Ridge multi-session tool.
  • 2008-03-12: xorriso 0.1.2 appears as a standalone release with early cdrecord and mkisofs emulation modes.
  • 2008-07-25: libisoburn 0.2.2.pl01 installs osirrox, xorrisofs, and xorrecord aliases.
  • 2009-03: xorriso gains ACL and extended-attribute import/export support.
  • 2009-07: hardlink recording/restoring and the -for_backup shortcut appear.
  • 2009-10: MD5 checksums for sessions and individual data files are added.
  • 2011-06: GNU xorriso 1.1.0 appears in the changelog as a GNU-branded release line.
  • 2026-05-22: The GNU site lists xorriso 1.5.8.pl02 as the current source release.

Related projects

  • libburn provides the optical-drive recording layer used by xorriso.
  • libisofs provides ISO 9660 image creation and manipulation support.
  • libisoburn coordinates libburn and libisofs and is the source project that contains xorriso.
  • mkisofs and genisoimage are compatibility targets for xorrisofs-style ISO creation.
  • cdrecord and cdrskin are related optical-media recording tools in the same command-line tradition.

セキュリティ状態

リスクレベル: blue

broad file, network, media, or database tool signal.

リスク分類器

リスク blue · 信頼度 中 · tool

理由

  • broad file, network, media, or database tool signal

信号

  • text:record

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
osirrox実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
xorrecord実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
xorriso実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
xorriso-dd-target実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
xorriso-tcltk実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
xorrisofs実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版1.5.8.pl02
マネージャ更新日2026-05-24
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:xorriso
バージョン1.5.8.pl02
パッケージマネージャHomebrew
ホームページhttps://www.gnu.org/software/xorriso/
最終更新2026-05-24T18:54:04Z
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

xorriso 1.5.6-1.2+b1

command line ISO-9660 and Rock Ridge manipulation tool

http://libburnia-project.org

sudo apt install xorriso
  • Section: otherosfs
  • Architecture: amd64
  • Source Package: libisoburn
  • 2 依存関係
  • 3 任意依存関係
  • normalized package name match
  • 一致条件: Xorriso
Debian stable package indexes · deb.debian.org · Debian stable package indexes: xorriso from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

xorriso

nix profile install nixpkgs#xorriso
  • normalized package name match
  • 一致条件: Xorriso
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: xorriso from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

xorriso 1:1.5.6-1.1ubuntu3

command line ISO-9660 and Rock Ridge manipulation tool

http://libburnia-project.org

sudo apt install xorriso
  • Section: otherosfs
  • Architecture: amd64
  • Source Package: libisoburn
  • 2 依存関係
  • 3 任意依存関係
  • normalized package name match
  • 一致条件: Xorriso
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: xorriso from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

xorriso 1.5.8-r0

ISO-9660 and Rock Ridge image manipulation tool

https://dev.lovelyhq.com/libburnia/libisoburn

sudo apk add xorriso
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: libisoburn
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Xorriso
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: xorriso from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

xorriso 1.5.8-3.fc45

ISO-9660 and Rock Ridge image manipulation tool

https://scdbackup.sourceforge.net/xorriso_eng.html

sudo dnf install xorriso
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: libisoburn
  • 10 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Xorriso
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: xorriso from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

libisoburn 1.5.8.2-1

Frontend for libraries libburn & libisofs

https://dev.lovelyhq.com/libburnia/libisoburn

sudo pacman -S libisoburn
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • 5 依存関係
  • 2 提供
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Xorriso
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: libisoburn from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

xorriso 1.5.8-1.2

ISO 9660 Rock Ridge Filesystem Manipulator

https://libburnia-project.org/

sudo zypper install xorriso
  • License: GPL-2.0-or-later
  • Category: Productivity/Multimedia/CD/Record
  • Architecture: x86_64
  • Source Package: libisoburn
  • 4 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Xorriso
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: xorriso from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

xorriso

sudo port install xorriso
  • normalized package name match
  • 一致条件: Xorriso
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/xorriso/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Debian apt92%

xorriso-dd-target 1.5.6-1.2

Device evaluator and disk image copier for GNU/Linux

http://libburnia-project.org

sudo apt install xorriso-dd-target
  • Section: utils
  • Architecture: all
  • Source Package: libisoburn
  • installed executable or alias match
  • 一致条件: Xorriso Dd Target
Debian stable package indexes · deb.debian.org · Debian stable package indexes: xorriso-dd-target from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt92%

xorriso-tcltk 1.5.6-1.2

educational GUI frontend for ISO-9660 manipulation tool xorriso

http://libburnia-project.org

sudo apt install xorriso-tcltk
  • Section: utils
  • Architecture: all
  • Source Package: libisoburn
  • 3 依存関係
  • installed executable or alias match
  • 一致条件: Xorriso Tcltk
Debian stable package indexes · deb.debian.org · Debian stable package indexes: xorriso-tcltk from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt92%

xorriso-dd-target 1:1.5.6-1.1ubuntu3

Device evaluator and disk image copier for GNU/Linux

http://libburnia-project.org

sudo apt install xorriso-dd-target
  • Section: universe/utils
  • Architecture: all
  • Source Package: libisoburn
  • installed executable or alias match
  • 一致条件: Xorriso Dd Target
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: xorriso-dd-target from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt92%

xorriso-tcltk 1:1.5.6-1.1ubuntu3

educational GUI frontend for ISO-9660 manipulation tool xorriso

http://libburnia-project.org

sudo apt install xorriso-tcltk
  • Section: universe/utils
  • Architecture: all
  • Source Package: libisoburn
  • 3 依存関係
  • installed executable or alias match
  • 一致条件: Xorriso Tcltk
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: xorriso-tcltk from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
zypper92%

xorriso-tcltk 1.5.8-1.2

Graphical frontend for xorriso

https://libburnia-project.org/

sudo zypper install xorriso-tcltk
  • License: GPL-2.0-or-later
  • Category: Productivity/Multimedia/CD/Record
  • Architecture: x86_64
  • Source Package: libisoburn
  • 5 依存関係
  • 1 提供
  • installed executable or alias match
  • 一致条件: Xorriso Tcltk
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: xorriso-tcltk from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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