How to Install and Uninstall wget Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 13,2024

1. Install "wget" package

Please follow the guidelines below to install wget on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install wget

2. Uninstall "wget" package

Please follow the instructions below to uninstall wget on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove wget $ sudo apt autoclean && sudo apt autoremove

3. Information about the wget package on Ubuntu 21.10 (Impish Indri)

Package: wget
Architecture: amd64
Version: 1.21-1ubuntu3
Multi-Arch: foreign
Priority: standard
Section: web
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Noël Köthe
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 996
Depends: libc6 (>= 2.33), libidn2-0 (>= 0.6), libpcre2-8-0 (>= 10.22), libpsl5 (>= 0.16.0), libssl1.1 (>= 1.1.1), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4)
Recommends: ca-certificates
Conflicts: wget-ssl
Filename: pool/main/w/wget/wget_1.21-1ubuntu3_amd64.deb
Size: 351180
MD5sum: ab6e8897adaac918675b76000a090c4d
SHA1: 11d371bd5a4b77943ca4ce948ba5d4267e26940e
SHA256: fae30ccefb5b055d62c7968ca85031f48671227816c6df8edfe6e6959cdccd26
SHA512: 3432fc3b7b8ceee50fef0ed46e9bfb1c77df5d3c18ddd4924096c8d99ba397a00270207eeacb8a0b5010b1cec533bec4cbc3481013db5c832a7339e917635d45
Homepage: https://www.gnu.org/software/wget/
Description-en: 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.
Description-md5: 63a4a740bcd9e8e94bf661e4f1806e02
Task: standard, server-minimal