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

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

## インストール

```sh
sudo av install brew:cabextract
```

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

### macOS

- Homebrew (100%):

```sh
brew install cabextract
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install cabextract
```

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

### Linux

- apk (92%):

```sh
sudo apk add cabextract
```

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

- Debian apt (92%):

```sh
sudo apt install cabextract
```

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

- dnf (92%):

```sh
sudo dnf install cabextract
```

  証拠: Fedora Rawhide package metadata: cabextract from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#cabextract
```

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

- pacman (92%):

```sh
sudo pacman -S cabextract
```

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

- zypper (92%):

```sh
sudo zypper install cabextract
```

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

## パッケージ情報

- **パッケージキー:** brew:cabextract
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.11
- **ソース概要:** Extract files from Microsoft cabinet files
- **ホームページ:** <https://www.cabextract.org.uk/>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- cabextract (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.11
## プロジェクトの歴史と使われ方

cabextract is a small, long-lived Free Software command-line utility for extracting Microsoft Cabinet files. It is tightly associated with Stuart Caie's libmspack library and remains a standard Unix-side tool for unpacking .CAB archives.

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

cabextract's README credits Stuart Caie and gives a 2000-2023 copyright span. The project focuses on Microsoft Cabinet archives, the format Microsoft used for software distribution and Windows Font Packs, and it explicitly distinguishes those archives from InstallShield cabinet files.

Version 1.0 was a major architectural point: the NEWS file says cabextract moved the hard decompression work into libmspack, making extraction more robust and faster while keeping the cabextract CLI focused on archive discovery, listing, filtering, testing, and extraction.

The official site describes cabextract as based on the portable LGPL libmspack library. libmspack itself supports Microsoft compression formats including SZDD, KWAJ, CAB, CHM, and Exchange Offline Address Book LZX data.

### 採用の歴史

cabextract's adoption comes from solving an unglamorous but persistent packaging problem: Unix, BSD, macOS, Cygwin, DOS, and Amiga users often need to unpack Microsoft cabinet archives without Windows tooling. The official download page links to Debian, Ubuntu, Fedora, FreeBSD, NetBSD, OpenBSD, Homebrew, MacPorts, Cygwin, DOS/FreeDOS, and Amiga packages.

It became part of the background infrastructure of packaging, reverse-engineering, and driver/font extraction workflows because it is scriptable, small, and available in many distribution repositories.

### 使われ方

Common usage is direct and Unix-like: cabextract file.cab extracts an archive, cabextract executable.exe searches for embedded cabinets, cabextract -d selects an output directory, cabextract -F filters filenames, cabextract -l lists contents, and cabextract -t tests extraction integrity.

The tool also handles multipart cabinet sets and Windows CE installation cabinets, and its documentation includes magic-file rules to help distinguish Microsoft cabinets from InstallShield files.

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

For package nerds, cabextract is classic plumbing: tiny surface, high leverage, and useful exactly when an upstream ships Windows-era cabinet payloads inside installers or self-extracting files. It is the sort of utility that quietly keeps cross-platform packaging and archival workflows sane.

Its libmspack relationship matters because it separates archive-format knowledge from CLI ergonomics, letting other software use the library while packagers keep a simple cabextract executable.

### タイムライン

- 2000: cabextract copyright history begins.
- Version 1.0: cabextract moved core decompression work to libmspack.
- 2013-2015: 1.5 fixed crashes and hangs found with afl fuzzing by Debian contributors.
- 2023-02-05: libmspack 0.11alpha was released.
- 2023-02-24: cabextract 1.11 was released.

### Related projects

- libmspack is the library cabextract uses for Microsoft compression formats.
- Microsoft Cabinet is the archive format cabextract targets.
- InstallShield cabinet files are explicitly out of scope and detected separately.
- Windows CE cabinet tooling is included through cabextract's related scripts and documentation.

### ソース

- <https://github.com/kyz/libmspack/tree/master/cabextract>
- <https://raw.githubusercontent.com/kyz/libmspack/master/cabextract/NEWS>
- <https://raw.githubusercontent.com/kyz/libmspack/master/cabextract/README>
- <https://www.cabextract.org.uk/>
- <https://www.cabextract.org.uk/libmspack/>


## セキュリティノート

narrow executable package without higher-risk signals.

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

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

- Debian apt - cabextract - 1.11-2: normalized package name match | Debian stable package indexes: cabextract from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Microsoft Cabinet file unpacker
- Nix - cabextract: normalized package name match | nixpkgs package indexes: pkgs/by-name/ca/cabextract/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - cabextract - 1.11-2: normalized package name match | Ubuntu 24.04 LTS package indexes: cabextract from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Microsoft Cabinet file unpacker
- apk - cabextract - 1.11-r2: normalized package name match | Alpine Linux edge package indexes: cabextract from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Tool for extracting Microsoft cabinet files | https://www.cabextract.org.uk/
- apk - cabextract-doc - 1.11-r2: normalized package name match | Alpine Linux edge package indexes: cabextract-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Tool for extracting Microsoft cabinet files (documentation) | https://www.cabextract.org.uk/
- dnf - cabextract - 1.11-11.fc45: normalized package name match | Fedora Rawhide package metadata: cabextract from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Utility for extracting cabinet (.cab) archives | https://www.cabextract.org.uk/
- pacman - cabextract - 1.11-3: normalized package name match | Arch Linux sync databases: cabextract from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A program to extract Microsoft cabinet (.CAB) files | https://www.cabextract.org.uk/
- zypper - cabextract - 1.11-1.12: normalized package name match | openSUSE Tumbleweed package metadata: cabextract from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A Program to Extract Microsoft Cabinet Files | https://www.cabextract.org.uk/
- MacPorts - cabextract: normalized package name match | MacPorts ports tree: archivers/cabextract/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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