macOS
brew install stowlocal Homebrew formula metadata
sudo port install stowMacPorts ports tree · sysutils/stow/Portfile · 来源: api.github.com
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.