macOS
brew install atoolprovider-native install command
安装
brew install atoolprovider-native install command
概览
Archival front-end
历史
atool is a Perl command-line front end for archive management. Its command family wraps external archivers behind consistent verbs for extracting, packing, listing, concatenating, diffing, and repacking archives.
The official Savannah project page describes atool as a script for managing many archive types, including tar, tar+gzip, and zip. The project is administered by Oskar Liljeblad, is listed as non-GNU software on Savannah, and was registered there on 5 July 2005 with production/stable status.
The 0.39.0 release tarball's NEWS file shows a longer pre-Savannah history, with releases documented back to at least 2002 and copyright years beginning in 2001. The 2005 Savannah-era 0.30.0 release added 7-Zip, ALZip, and Debian package support; 0.31.0 quickly followed with a serious adiff symlink-removal bug fix and the arepack command.
Later releases expanded archive support and portability: Cabinet archives in 0.32.0, lzma in 0.34.0, rzip/lrzip/pbzip2 and configurable file-based detection in 0.35.0, xz/lzip in 0.37.0, and plzip, lbzip2, and pigz support in 0.39.0.
atool's adoption comes from its promise to make archive commands predictable. Savannah's project description highlights aunpack's safer extraction behavior: it extracts into a temporary directory first, avoids scattering archive contents, and prevents local files from being overwritten by mistake.
The input package facts show atool packaged across Homebrew, Debian, Ubuntu, Fedora, Alpine, Arch, MacPorts, Nix, and openSUSE. That broad packaging footprint fits a mature Unix utility whose value is not novelty but muscle memory: packagers expose one small Perl script and users get a uniform interface over many archiver binaries.
The man page documents separate commands for common operations: `aunpack` extracts, `apack` creates archives, `als` lists, `acat` writes archived files to stdout, `adiff` compares archives, and `arepack` converts between archive formats.
atool detects archive formats by extension unless the user supplies a format, falling back to `file` for difficult cases such as rar-style numeric extensions when configured. Configuration is simple key/value text loaded from hardcoded defaults, `/etc/atool.conf`, then `~/.atoolrc`, with `--config` and `--option` overrides for one-off runs.
atool is a classic package-nerd utility: it is small, scriptable, old, and useful because it normalizes other command-line tools rather than replacing them. Its dependencies are the archive programs already found in Unix package sets.
It also has the kind of changelog package maintainers care about. Archive format support, safe extraction semantics, symlink bugs, macOS build fixes, and compression-tool detection are all practical downstream concerns.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/etc/atool.conf~/.atoolrc可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
acat | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
adiff | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
apack | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
arepack | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
atool | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
aunpack | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:atool |
|---|---|
| 版本 | 0.39.0 |
| 软件包管理器 | Homebrew |
| 主页 | https://savannah.nongnu.org/projects/atool/ |
| Bottle | 未记录 |
| 服务 | 未声明 |
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.