This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/wget/badges/latest-version.svg)](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]]