How to Install and Uninstall wget2.x86_64 Package on Rocky Linux 9

Last updated: October 06,2024

1. Install "wget2.x86_64" package

Please follow the guidelines below to install wget2.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install wget2.x86_64

2. Uninstall "wget2.x86_64" package

This guide let you learn how to uninstall wget2.x86_64 on Rocky Linux 9:

$ sudo dnf remove wget2.x86_64 $ sudo dnf autoremove

3. Information about the wget2.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:07:27 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : wget2
Version : 2.1.0
Release : 7.el9
Architecture : x86_64
Size : 243 k
Source : wget2-2.1.0-7.el9.src.rpm
Repository : epel
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.