Automic VaultAutomic Vault

brew

wget mit Homebrew, apk, apt, MacPorts, Nix, pacman, zypper, chocolatey, dnf, scoop, winget installieren

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

Agent-Sicherheit

Antwort zur Agent-Sicherheit

wget fetches remote content and can mirror sites or download installer scripts.

Credential-Zugriff

Reads netrc credentials, cookies, headers, and output file paths.

Änderungen an Remote-Zustand

Usually fetch-only, but can call authenticated endpoints and write local files.

Publish-/Artefakt-Risiko

Can download scripts or artifacts that later execute or deploy.

Empfohlene Kontrolle

Gate authenticated downloads, recursive mirrors, and shell installer use.

Hinweise für Agent-Nutzung

Allow public single-file downloads; require approval for credentials, recursion, and executable outputs.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install wget

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install wget

MacPorts ports tree · net/wget/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add wget

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

Debian aptverifiziert · 92%
sudo apt install wget

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

Nixverifiziert · 92%
nix profile install nixpkgs#wget

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

Arch Linux pacmanverifiziert · 92%
sudo pacman -S wget

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

openSUSE zypperverifiziert · 92%
sudo zypper install wget

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

Fedora dnfverifiziert · 92%
sudo dnf install wget1-wget

Fedora Rawhide package metadata · wget1-wget · Quelle: dl.fedoraproject.org

Windows

Chocolateyverifiziert · 92%
choco install Wget

Chocolatey community package catalog · Wget · Quelle: community.chocolatey.org

Scoopverifiziert · 92%
scoop install main/wget

Scoop official bucket manifest trees · bucket/wget.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id JernejSimoncic.Wget -e

Windows Package Manager source index · JernejSimoncic.Wget · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Internet file retriever

Verlauf

Projektgeschichte und Nutzung

GNU Wget is the GNU Project's non-interactive command-line retriever for HTTP, HTTPS, FTP, and FTPS. It is one of the canonical Unix-style tools for scripted downloads, recursive mirroring, resumable transfers, and unattended network retrieval.

Projektgeschichte

Wget descends from Geturl, a program by Hrvoje Niksic whose development began in late 1995. The name changed to Wget after the author learned of an earlier Amiga program called GetURL. Public Geturl releases appeared in 1996, and Wget 1.4.0 in November 1996 was the first release under the Wget name and the GNU GPL.

The tool solved a real mid-1990s problem: Unix users needed a reliable downloader that could handle both HTTP and FTP, run without a browser, survive slow or unstable dial-up and university connections, and build with ordinary Unix development tools. That combination made it spread quickly among Unix users and later most Linux distributions.

Wget's stewardship moved from the original author to broader GNU maintenance. The GNU project page lists Tim Ruehsen, Darshit Shah, and Giuseppe Scrivano as current maintainers and Hrvoje Niksic as original author. The source is hosted on GNU Savannah, and the manual's copyright range begins in 1996, reflecting the long-running GNU package history.

Adoptionsgeschichte

Wget became a default tool in the mental toolbox of system administrators, release engineers, distribution maintainers, researchers, and shell users because it is non-interactive and scriptable. Its adoption was reinforced by features that map directly to automation: retrying failed downloads, continuing partial transfers when servers support it, following links for recursive retrieval, converting links for local browsing, using timestamps for mirroring, supporting proxies, and reading URLs from files or standard input.

The package also became important outside ordinary downloads. Since Wget 1.14 it has supported WARC output, making it useful in web archiving workflows. GNU Wget2 is now developed separately for newer web protocols and parallelism, but classic Wget remains widely used because of its stable behavior and enormous installed base.

Wie es verwendet wird

Basic use is `wget URL`, but its package-nerd importance comes from flags and composability: `-r` for recursive retrieval, `-c` for continuing partial downloads, `-O -` for piping content to standard output, `-i` for reading URL lists, and `.wgetrc` for persistent defaults. It is equally at home in cron jobs, build scripts, Dockerfiles, release automation, and one-off shell sessions.

Wget's behavior is deliberately non-interactive, so it can keep working after a user logs out or when no graphical environment exists. That makes it a historical counterpart to browsers and graphical download managers: less interactive, but much better suited to repeatable automation.

Warum Paket-Nerds sich dafür interessieren

Wget is one of the archetypal packages that demonstrates why small Unix command-line tools matter. It turned web and FTP retrieval into a dependable script primitive, which is why so many other package builds, test fixtures, mirrors, and operational runbooks have depended on it for decades.

Zeitleiste

  • Late 1995: Hrvoje Niksic begins Geturl.
  • January 1996: Geturl 1.0 is the first public release.
  • November 1996: Wget 1.4.0 becomes the first release under the Wget name and GNU GPL.
  • 2012: Wget 1.14 adds WARC output support, extending its role in web archiving.
  • 2020s: GNU Wget continues as the stable classic implementation while GNU Wget2 is developed as a successor for newer web features.

Related projects

  • GNU Wget2 is the related successor project for newer web technologies, but Wget remains the classic implementation. curl overlaps with Wget for command-line retrieval, while Wget's traditional strengths are recursive downloading, mirroring, unattended operation, and `.wgetrc`-driven configuration.

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

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Installiert mit 5 Laufzeitabhängigkeiten.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

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
~/.wgetrc

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.netrc~/.wgetrc

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
wgetcliglobales Executable

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-07-10
Manager-Version1.25.0
Manager aktualisiert2026-06-26
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

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

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:wget
Version1.25.0
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/wget
Homepagehttps://www.gnu.org/software/wget/
Repositoryhttps://git.savannah.gnu.org/cgit/wget.git
Upstream-Dokumentationhttps://www.gnu.org/software/wget
LizenzGPL-3.0-or-later
Quellarchivhttps://ftpmirror.gnu.org/gnu/wget/wget-1.25.0.tar.gz
Zuletzt aktualisiert2026-06-26T01:12:58Z
Pulseupdated
Abhängigkeitengettext, libidn2, libpsl, libunistring, openssl@3
Build-Abhängigkeitenpkgconf
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

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

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

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

Debian apt95%

wget 1.25.0-2

retrieves files from the web

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

sudo apt install wget
  • Section: web
  • Architecture: amd64
  • 8 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Wget
Debian stable package indexes · deb.debian.org · Debian stable package indexes: wget from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

wget

nix profile install nixpkgs#wget
  • normalized package name match
  • Abgeglichen nach: Wget
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/wg/wget/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

wget 1.21.4-1ubuntu4

retrieves files from the web

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

sudo apt install wget
  • Section: web
  • Architecture: amd64
  • 7 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Wget
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: wget from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

wget 1.25.0-r3

Network utility to retrieve files from the Web

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

sudo apk add wget
  • License: GPL-3.0-or-later WITH OpenSSL-Exception
  • Architecture: x86_64
  • Source Package: wget
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Wget
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wget from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

wget-doc 1.25.0-r3

Network utility to retrieve files from the Web (documentation)

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

sudo apk add wget-doc
  • License: GPL-3.0-or-later WITH OpenSSL-Exception
  • Architecture: x86_64
  • Source Package: wget
  • normalized package name match
  • Abgeglichen nach: Wget
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wget-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

wget1-wget 1.25.0-2.fc43

wget1 shim to provide wget

http://www.gnu.org/software/wget/

sudo dnf install wget1-wget
  • License: GPL-3.0-or-later AND LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: wget1
  • 1 Abhängigkeiten
  • 4 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Wget
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: wget1-wget from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

wget2-wget 2.2.1-2.fc44

wget2 shim to provide wget

https://gitlab.com/gnuwget/wget2

sudo dnf install wget2-wget
  • License: GPL-3.0-or-later AND LGPL-3.0-or-later AND GFDL-1.3-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: wget2
  • 1 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Wget
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: wget2-wget from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

wget 1.25.0-5

Network utility to retrieve files from the web

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

sudo pacman -S wget
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • 12 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Wget
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: wget from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

wget 1.25.0-2.4

A Tool for Mirroring FTP and HTTP Servers

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

sudo zypper install wget
  • License: GPL-3.0-or-later
  • Category: Productivity/Networking/Web/Utilities
  • Architecture: x86_64
  • Source Package: wget
  • 12 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Wget
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: wget from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

wget-lang 1.25.0-2.4

Translations for package wget

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

sudo zypper install wget-lang
  • License: GPL-3.0-or-later
  • Category: System/Localization
  • Architecture: noarch
  • Source Package: wget
  • 1 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Wget
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: wget-lang from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

wget

sudo port install wget
  • normalized package name match
  • Abgeglichen nach: Wget
MacPorts ports tree · api.github.com · MacPorts ports tree: net/wget/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

Wget

choco install Wget
  • normalized package name match
  • Abgeglichen nach: Wget
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: Wget from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','webex-meetings'
Scoop95%

main/wget

scoop install main/wget
  • normalized package name match
  • Abgeglichen nach: Wget
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/wget.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

JernejSimoncic.Wget

winget install --id JernejSimoncic.Wget -e
  • normalized package name match
  • Abgeglichen nach: Wget
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: JernejSimoncic.Wget from https://cdn.winget.microsoft.com/cache/source.msix

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
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated agent safety answer
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment