Automic VaultAutomic Vault

brew

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

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install atool

local Homebrew formula metadata

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

MacPorts ports tree · archivers/atool/Portfile · ソース: api.github.com

Linux

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

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

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

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

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

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

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

nixpkgs package indexes · pkgs/by-name/at/atool/package.nix · ソース: api.github.com

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

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

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

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

Windows

Windows Package Manager確認済み · 92%
winget install --id Intel.ACAT -e

Windows Package Manager source index · Intel.ACAT · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

Archival front-end

コマンドとエイリアス

  • acat
  • adiff
  • als
  • apack
  • arepack
  • atool
  • aunpack

履歴

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

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.

タイムライン

  • 2001: Earliest copyright year in the official 0.39.0 man page.
  • 2002: NEWS documents atool 0.23.0 and 0.25.0 releases.
  • 2005-07: Savannah project registration and atool 0.30.0 release.
  • 2005-08: atool 0.31.0 fixed a serious adiff symlink-removal bug and added arepack.
  • 2008: 0.35.0 added rzip, lrzip, pbzip2, and more file-identification options.
  • 2009: 0.37.0 added lzip and xz support.
  • 2012: 0.39.0 added plzip, lbzip2, and pigz support.

Related projects

  • atool is conceptually adjacent to libarchive/bsdtar, p7zip, unrar, unzip, tar, gzip, bzip2, xz, and other archiver commands. Unlike libarchive-based tools, atool is a coordinator over external programs.

ソース

  • Official Savannah project page.
  • Official Savannah release index.
  • Official atool 0.39.0 NEWS and atool.1 from release tarball.
  • input source_facts.package-manager.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。

推奨レビュー

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

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
/etc/atool.conf~/.atoolrc

実行可能ファイル

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

コマンド種類公開範囲メモ
acatcliグローバル実行可能ファイル
adiffcliグローバル実行可能ファイル
alscliグローバル実行可能ファイル
apackcliグローバル実行可能ファイル
arepackcliグローバル実行可能ファイル
atoolcliグローバル実行可能ファイル
aunpackcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

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

ページ生成日2026-07-11
マネージャ版0.39.0
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://savannah.nongnu.org/projects/atool/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:atool
バージョン0.39.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/atool
ホームページhttps://savannah.nongnu.org/projects/atool/
リポジトリhttps://git.savannah.nongnu.org/cgit/atool.git
上流ドキュメントhttps://savannah.nongnu.org/projects/atool
ライセンスGPL-2.0-or-later
ソースアーカイブhttps://download.savannah.gnu.org/releases/atool/atool-0.39.0.tar.gz
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameatool
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

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

Debian apt95%

atool 0.39.0-14

tool for managing file archives of various types

https://www.nongnu.org/atool/

sudo apt install atool
  • Section: utils
  • Architecture: all
  • 1 依存関係
  • 22 任意依存関係
  • normalized package name match
  • 一致条件: Atool
Debian stable package indexes · deb.debian.org · Debian stable package indexes: atool from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

atool

nix profile install nixpkgs#atool
  • normalized package name match
  • 一致条件: Atool
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/at/atool/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

atool 0.39.0-14

tool for managing file archives of various types

https://www.nongnu.org/atool/

sudo apt install atool
  • Section: universe/utils
  • Architecture: all
  • 1 依存関係
  • 22 任意依存関係
  • normalized package name match
  • 一致条件: Atool
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: atool from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

atool 0.39.0-r4

a Perl script for managing file archives of various types

https://nongnu.org/atool/

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

atool-bash-completion 0.39.0-r4

Bash completions for atool

https://nongnu.org/atool/

sudo apk add atool-bash-completion
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: atool
  • normalized package name match
  • 一致条件: Atool
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: atool-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

atool-doc 0.39.0-r4

a Perl script for managing file archives of various types (documentation)

https://nongnu.org/atool/

sudo apk add atool-doc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: atool
  • normalized package name match
  • 一致条件: Atool
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: atool-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

atool 0.39.0-38.fc45

A Perl script for managing file archives of various types

https://www.nongnu.org/atool/

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

atool 0.39.0-10

A script for managing file archives of various types

https://www.nongnu.org/atool

sudo pacman -S atool
  • License: GPL3
  • Architecture: any
  • 2 依存関係
  • 14 任意依存関係
  • normalized package name match
  • 一致条件: Atool
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: atool from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

atool 0.39.0-6.2

Commandline Tool for Managing File Archives of various Types

http://www.nongnu.org/atool/

sudo zypper install atool
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: atool
  • 4 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Atool
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: atool from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

atool

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

Intel.ACAT

winget install --id Intel.ACAT -e
  • installed executable or alias match
  • 一致条件: Acat
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Intel.ACAT from https://cdn.winget.microsoft.com/cache/source.msix

ソース経路

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

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

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment