macOS
brew install cabextractlocal Homebrew formula metadata
sudo port install cabextractMacPorts ports tree · archivers/cabextract/Portfile · 来源: api.github.com
安装
brew install cabextractlocal Homebrew formula metadata
sudo port install cabextractMacPorts ports tree · archivers/cabextract/Portfile · 来源: api.github.com
sudo apk add cabextractAlpine Linux edge package indexes · cabextract · 来源: dl-cdn.alpinelinux.org
sudo apt install cabextractDebian stable package indexes · cabextract · 来源: deb.debian.org
sudo dnf install cabextractFedora Rawhide package metadata · cabextract · 来源: dl.fedoraproject.org
nix profile install nixpkgs#cabextractnixpkgs package indexes · pkgs/by-name/ca/cabextract/package.nix · 来源: api.github.com
sudo pacman -S cabextractArch Linux sync databases · cabextract · 来源: geo.mirror.pkgbuild.com
sudo zypper install cabextractopenSUSE Tumbleweed package metadata · cabextract · 来源: download.opensuse.org
概览
Extract files from Microsoft cabinet files
历史
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
cabextract | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://www.cabextract.org.uk/
安装元数据
| 软件包键 | brew:cabextract |
|---|---|
| 版本 | 1.11 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/cabextract |
| 主页 | https://www.cabextract.org.uk/ |
| 仓库 | https://github.com/kyz/libmspack/tree/master/cabextract |
| 上游文档 | https://www.cabextract.org.uk/ |
| 许可证 | GPL-3.0-or-later |
| 源码归档 | https://www.cabextract.org.uk/cabextract-1.11.tar.gz |
| Bottle | 可用 (于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | cabextract |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
cabextract 1.11-2
Microsoft Cabinet file unpacker
sudo apt install cabextractcabextract
nix profile install nixpkgs#cabextractcabextract 1.11-2
Microsoft Cabinet file unpacker
sudo apt install cabextractcabextract 1.11-r2
Tool for extracting Microsoft cabinet files
https://www.cabextract.org.uk/
sudo apk add cabextractcabextract-doc 1.11-r2
Tool for extracting Microsoft cabinet files (documentation)
https://www.cabextract.org.uk/
sudo apk add cabextract-doccabextract 1.11-10.fc44
Utility for extracting cabinet (.cab) archives
https://www.cabextract.org.uk/
sudo dnf install cabextractcabextract 1.11-2
A program to extract Microsoft cabinet (.CAB) files
https://www.cabextract.org.uk/
sudo pacman -S cabextractcabextract 1.11-1.10
A Program to Extract Microsoft Cabinet Files
https://www.cabextract.org.uk/
sudo zypper install cabextractcabextract
sudo port install cabextract来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.