How to Install and Uninstall wget2.x86_64 Package on Fedora 38

Last updated: October 03,2024

1. Install "wget2.x86_64" package

This tutorial shows how to install wget2.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install wget2.x86_64

2. Uninstall "wget2.x86_64" package

Here is a brief guide to show you how to uninstall wget2.x86_64 on Fedora 38:

$ sudo dnf remove wget2.x86_64 $ sudo dnf autoremove

3. Information about the wget2.x86_64 package on Fedora 38

Last metadata expiration check: 4:12:11 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : wget2
Version : 2.1.0
Release : 2.fc38
Architecture : x86_64
Size : 250 k
Source : wget2-2.1.0-2.fc38.src.rpm
Repository : updates
Summary : An advanced file and recursive website downloader
URL : https://gitlab.com/gnuwget/wget2
License : GPL-3.0-or-later AND LGPL-3.0-or-later AND GFDL-1.3-or-later
Description : GNU Wget2 is the successor of GNU Wget, a file and recursive website
: downloader.
:
: Designed and written from scratch it wraps around libwget, that provides the
: basic functions needed by a web client.
:
: Wget2 works multi-threaded and uses many features to allow fast operation.
: In many cases Wget2 downloads much faster than Wget1.x due to HTTP2, HTTP
: compression, parallel connections and use of If-Modified-Since HTTP header.