wget
Network utility to retrieve files from the WWW
homepage ↗ cpe: cpe:/a:gnu:wget gitlab: gnuwget/wget savannah: wget
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| gentoo gitweb ↗ | 1.25.0-r2 | 2 | 18 h | details › |
Versions & arches
| Version | Overlay | amd64 | arm64 | x86 | ppc64 | riscv | alpha | arm | arm64-macos | hppa | loong | m68k | mips | ppc | s390 | sparc | x64-macos | x64-solaris | Committed | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1.25.0-r2 | gentoo | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | arm stable | arm64-macos testing | hppa testing | loong testing | m68k testing | mips testing | ppc stable | s390 testing | sparc testing | x64-macos testing | x64-solaris testing | — | view · download · history ↗ |
| 1.25.0-r1 | gentoo | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | arm stable | arm64-macos testing | hppa testing | loong testing | m68k testing | mips testing | ppc stable | s390 testing | sparc testing | x64-macos testing | x64-solaris testing | — | view · download · history ↗ |
Use flags of 1.25.0-r2
- cookie-check Enable cookie checks via net-libs/libpsl
- debug Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- gnutls Prefer net-libs/gnutls as SSL/TLS provider (ineffective with USE=-ssl)
- idn Enable support for Internationalized Domain Names
- libproxy Support for automatic proxy configuration management through net-libs/libproxy.
- metalink Enable support for media-libs/libmetalink
- nls Add Native Language Support (using gettext - GNU locale utilities)
- ntlm Enable support for NTLM (Windows-based) authorization
- pcre Add support for Perl Compatible Regular Expressions
- +ssl Add support for SSL/TLS connections (Secure Socket Layer / Transport Layer Security)
- static !!do not set this during bootstrap!! Causes binaries to be statically linked instead of dynamically
- test Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- uuid Generate UUIDs for the WARC (Web ARChive file format) using libuuid; otherwise use a simple RNG (random number generator)
- zlib Add support for zlib compression
- verify-sig Verify upstream signatures on distfiles
Runtime dependencies of 1.25.0-r2
show 32 lines
!static?
(
cookie-check?
(
)
idn?
(
)
libproxy?
(
)
metalink?
(
)
pcre?
(
)
ssl?
(
gnutls?
(
)
!gnutls?
(
)
)
uuid?
(
)
zlib?
(
)
)