pkg.soopen package index

brew / Rang 967

stow mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für stow in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install stow

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install stow

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

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add stow

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

Debian aptverifiziert · 92%
sudo apt install stow

Debian stable package indexes · stow · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install stow

Fedora Rawhide package metadata · stow · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#stow

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

Arch Linux pacmanverifiziert · 92%
sudo pacman -S stow

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

openSUSE zypperverifiziert · 92%
sudo zypper install stow

openSUSE Tumbleweed package metadata · stow · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

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

Befehle und Aliase

  • chkstow
  • stow

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 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.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

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

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
chkstowExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
stowExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-08-03
Manager-Version2.4.1
Manager aktualisiert
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:stow
Version2.4.1
PaketmanagerHomebrew
Homepagehttps://www.gnu.org/software/stow/
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

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 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: 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
  • Abgeglichen nach: 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

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • 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