>_ linuxcommand.dev
Startseite wget
Network Configuration

wget

Download file over HTTP/FTP.

Ubuntu CentOS Debian Arch SUSE Slackware Alpine Fedora
Verified: 2025-09-09
Syntax
$wget [OPTIONEN] URL
Examples
$wget https://example.com/file.tar.gz
$wget -O - https://example.com
Typical use cases
?
Standard usage
wget --help
Note Lightweight download tool, useful in scripts.
Export