wget
Non-interactive command-line utility for downloading files
GNU Wget is a non-interactive tool for fetching files using the HTTP, HTTPS and FTP protocols. It can resume interrupted downloads, use file name wild cards, supports proxies and cookies, and it can convert absolute links in downloaded documents to relative links.
- Versions: 1.21.4
- Website: https://www.gnu.org/software/wget/
- Licenses: GPL 3+
- Package source: gnu/packages/wget.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of wget
as follows:
guix install wget
Or install a particular version:
guix install wget@1.21.4
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of wget about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/wget'><img src='https://packages.guix.gnu.org/packages/wget/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/wget)
Example Org:
[[https://packages.guix.gnu.org/packages/wget][https://packages.guix.gnu.org/packages/wget/badges/latest-version.svg]]