wget 1.25.0-ok1 source package in openKylin

Changelog

wget (1.25.0-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Wed, 03 Jun 2026 13:38:14 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main web

Downloads

File Size SHA-256 Checksum
wget_1.25.0.orig.tar.gz 5.0 MiB 766e48423e79359ea31e41db9e5c289675947a7fcf2efdcedb726ac9d0da3784
wget_1.25.0-ok1.debian.tar.xz 14.3 KiB effb0e843ffcde2fea6e27a3f167713a65eb02a0a150b62d7bcf69d8b23fd720
wget_1.25.0-ok1.dsc 1.9 KiB b3613a136623d77df7ae3d59309358ba3ac689aa8f36094a9f0ee565b11a8fc4

Available diffs

View changes file

Binary packages built by this source

wget: retrieves files from the web

 Wget is a network utility to retrieve files from the web
 using HTTP(S) and FTP, the two most widely used internet
 protocols. It works non-interactively, so it will work in
 the background, after having logged off. The program supports
 recursive retrieval of web-authoring pages as well as FTP
 sites -- you can use Wget to make mirrors of archives and
 home pages or to travel the web like a WWW robot.
 .
 Wget works particularly well with slow or unstable connections
 by continuing to retrieve a document until the document is fully
 downloaded. Re-getting files from where it left off works on
 servers (both HTTP and FTP) that support it. Both HTTP and FTP
 retrievals can be time stamped, so Wget can see if the remote
 file has changed since the last retrieval and automatically
 retrieve the new version if it has.
 .
 Wget supports proxy servers; this can lighten the network load,
 speed up retrieval, and provide access behind firewalls.

wget-dbgsym: debug symbols for wget
wget-udeb: retrieves files from the web

 This package provides wget.gnu binary as alternative to the limited
 implementation in busybox (see for example ssl support).