macOS
brew install stowlocal Homebrew formula metadata
sudo port install stowMacPorts ports tree · sysutils/stow/Portfile · ソース: api.github.com
brew / 順位 967
stow のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install stowlocal Homebrew formula metadata
sudo port install stowMacPorts ports tree · sysutils/stow/Portfile · ソース: api.github.com
sudo apk add stowAlpine Linux edge package indexes · stow · ソース: dl-cdn.alpinelinux.org
sudo dnf install stowFedora Rawhide package metadata · stow · ソース: dl.fedoraproject.org
nix profile install nixpkgs#stownixpkgs package indexes · pkgs/by-name/st/stow/package.nix · ソース: api.github.com
sudo pacman -S stowArch Linux sync databases · stow · ソース: geo.mirror.pkgbuild.com
sudo zypper install stowopenSUSE Tumbleweed package metadata · stow · ソース: download.opensuse.org
概要
Organize software neatly under a single directory tree (e.g. /usr/local)
履歴
GNU Stow is a long-running GNU command-line tool for managing software or data trees by creating symlink farms into a shared target directory. Its modern package-manager interest comes from the way it preserves package ownership without a package database, and from its later adoption by dotfile users.
GNU's people page identifies Bob Glickstein as the author of GNU Stow. The Stow manual explains the original problem: administrators commonly built software such as Perl and Emacs under /usr/local, then needed a reliable way to upgrade or remove one package without confusing its files with another package's files.
Stow's design keeps each package in its own private tree and makes the files appear in a common tree through symbolic links. The manual says Stow was inspired by Carnegie Mellon's Depot, but deliberately avoided Depot's database state and destructive synchronization risks.
The Stow manual notes that more sophisticated system and language package managers reduced its role as a general software installer, naming rpm, dpkg, Nix, Guix, gem, pip, and npm as examples. It also records Stow's continued use for per-user configuration management, especially when paired with version control.
Homebrew, Debian, Fedora, Arch, Nix, MacPorts, and other package-manager entries in the supplied source facts show that Stow remains widely packaged as a small Unix tool rather than as an application platform.
Users arrange package directories under a stow directory and run the stow CLI to create, delete, or restow symlinks into the target tree. In dotfile workflows, the target is commonly the user's home directory, and Stow's --dotfiles behavior supports package trees that avoid hidden filenames internally.
The official manual documents resource files in .stowrc and ~/.stowrc, plus package-local and global ignore files, making it convenient to encode repeated CLI options and ignore rules.
Stow matters to package-manager culture because it is a minimal, inspectable alternative to database-backed ownership tracking: the filesystem layout is the metadata. That makes it attractive for source-built /usr/local trees, home-directory dotfiles, and users who want reversible installs without a full package manager.
It also gives package nerds a classic example of Unix composition: symlinks, predictable directory structure, and version control cover most of the workflow without a daemon, registry, or lockfile format.
セキュリティ状態
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.
~/.stowrc.stowrc~/.stow-global-ignore.stow-local-ignore実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
chkstow | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
stow | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:stow |
|---|---|
| バージョン | 2.4.1 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://www.gnu.org/software/stow/ |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
stow 2.4.1-2
Organizer for /usr/local software packages
https://www.gnu.org/software/stow/
sudo apt install stowstow
nix profile install nixpkgs#stowstow 2.3.1-1
Organizer for /usr/local software packages
https://www.gnu.org/software/stow/
sudo apt install stowstow 2.4.1-r1
Manage installation of multiple softwares in the same directory tree
https://www.gnu.org/software/stow/
sudo apk add stowstow-doc 2.4.1-r1
Manage installation of multiple softwares in the same directory tree (documentation)
https://www.gnu.org/software/stow/
sudo apk add stow-docstow 2.4.1-5.fc45
Manage the installation of software packages from source
https://www.gnu.org/software/stow/stow.html
sudo dnf install stowstow-doc 2.4.1-5.fc45
Documentation for Stow
https://www.gnu.org/software/stow/stow.html
sudo dnf install stow-docstow 2.4.1-1
Manage installation of multiple softwares in the same directory tree
https://www.gnu.org/software/stow/
sudo pacman -S stowstow 2.4.1-1.9
Manage the installation of software packages from source
https://gnu.org/software/stow/
sudo zypper install stowstow-doc 2.4.1-1.9
Documentation for GNU Stow
https://gnu.org/software/stow/
sudo zypper install stow-docstow
sudo port install stowソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.