pkg.soopen package index

brew / 排名 967

使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper 安装 stow

查看 stow 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install stow

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install stow

MacPorts ports tree · sysutils/stow/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add stow

Alpine Linux edge package indexes · stow · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install stow

Debian stable package indexes · stow · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install stow

Fedora Rawhide package metadata · stow · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#stow

nixpkgs package indexes · pkgs/by-name/st/stow/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S stow

Arch Linux sync databases · stow · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install stow

openSUSE Tumbleweed package metadata · stow · 来源: download.opensuse.org

概览

软件包摘要

Organize software neatly under a single directory tree (e.g. /usr/local)

命令和别名

  • chkstow
  • stow

历史

项目历史与用法

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.

时间线

  • 1990s: Bob Glickstein authored GNU Stow.
  • 2024-04-07: GNU Stow 2.4.0 released with dotfiles-related fixes.
  • 2024-09-08: GNU Stow 2.4.1 released with additional --dotfiles and ignore-list fixes.

Related projects

  • Carnegie Mellon Depot influenced Stow's problem space, but Stow's manual contrasts its stateless symlink approach with Depot's database-based synchronization.
  • Modern package managers such as rpm, dpkg, Nix, Guix, pip, gem, and npm cover many software-installation cases that Stow once addressed, while Stow remains common in dotfile-manager workflows.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

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
~/.stowrc.stowrc~/.stow-global-ignore.stow-local-ignore

可执行文件

已安装的可执行文件

命令类型暴露范围备注
chkstow可执行文件已索引可执行文件从本地可执行文件索引发现。
stow可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本2.4.1
管理器更新时间
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:stow
版本2.4.1
软件包管理器Homebrew
主页https://www.gnu.org/software/stow/
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

stow 2.4.1-2

Organizer for /usr/local software packages

https://www.gnu.org/software/stow/

sudo apt install stow
  • Section: admin
  • Architecture: all
  • 1 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Stow
Debian stable package indexes · deb.debian.org · Debian stable package indexes: stow from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

stow

nix profile install nixpkgs#stow
  • normalized package name match
  • 匹配方式:Stow
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/st/stow/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

stow 2.3.1-1

Organizer for /usr/local software packages

https://www.gnu.org/software/stow/

sudo apt install stow
  • Section: universe/admin
  • Architecture: all
  • 1 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Stow
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: stow from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

stow 2.4.1-r1

Manage installation of multiple softwares in the same directory tree

https://www.gnu.org/software/stow/

sudo apk add stow
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: stow
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Stow
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: stow from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

stow-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-doc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: stow
  • normalized package name match
  • 匹配方式:Stow
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: stow-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

stow 2.4.1-5.fc45

Manage the installation of software packages from source

https://www.gnu.org/software/stow/stow.html

sudo dnf install stow
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: stow
  • 3 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Stow
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: stow from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

stow-doc 2.4.1-5.fc45

Documentation for Stow

https://www.gnu.org/software/stow/stow.html

sudo dnf install stow-doc
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: stow
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Stow
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: stow-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

stow 2.4.1-1

Manage installation of multiple softwares in the same directory tree

https://www.gnu.org/software/stow/

sudo pacman -S stow
  • License: GPL-3.0-only
  • Architecture: any
  • 1 依赖
  • normalized package name match
  • 匹配方式:Stow
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: stow from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

stow 2.4.1-1.9

Manage the installation of software packages from source

https://gnu.org/software/stow/

sudo zypper install stow
  • License: GPL-3.0-or-later
  • Category: System/Packages
  • Architecture: noarch
  • Source Package: stow
  • 3 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Stow
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: stow from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

stow-doc 2.4.1-1.9

Documentation for GNU Stow

https://gnu.org/software/stow/

sudo zypper install stow-doc
  • License: GPL-3.0-or-later
  • Category: System/Packages
  • Architecture: noarch
  • Source Package: stow
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Stow
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: stow-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

stow

sudo port install stow
  • normalized package name match
  • 匹配方式:Stow
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/stow/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation