How to Install and Uninstall wget2 Package on Kali Linux

Last updated: May 08,2024

1. Install "wget2" package

This guide let you learn how to install wget2 on Kali Linux

$ sudo apt update $ sudo apt install wget2

2. Uninstall "wget2" package

This tutorial shows how to uninstall wget2 on Kali Linux:

$ sudo apt remove wget2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the wget2 package on Kali Linux

Package: wget2
Source: wget2 (2.1.0-2)
Version: 2.1.0-2+b1
Installed-Size: 266
Maintainer: Noël Köthe
Architecture: amd64
Depends: libwget2 (= 2.1.0-2+b1), libc6 (>= 2.34), libgpgme11 (>= 1.2.0), libpcre2-8-0 (>= 10.22)
Recommends: ca-certificates
Size: 113312
SHA256: 729d813f8742a7dbc8045df645c3382a6e65b14eb1add3b724103c98f431d55b
SHA1: b2fd1e9afcd335423230dd8222a399daa97c309b
MD5sum: 588777de1d1fbef05f0c456ad54b8cb6
Description: file and recursive website downloader
GNU 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.
.
GNU Wget2 is the successor of GNU Wget.
Description-md5:
Homepage: https://gitlab.com/gnuwget/wget2
Section: web
Priority: optional
Filename: pool/main/w/wget2/wget2_2.1.0-2+b1_amd64.deb