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

Last updated: June 29,2024

1. Install "wget2.x86_64" package

This guide covers the steps necessary to install wget2.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install wget2.x86_64

2. Uninstall "wget2.x86_64" package

Please follow the instructions below to uninstall wget2.x86_64 on Oracle Linux 9:

$ sudo dnf remove wget2.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:22:06 ago on Thu Feb 15 07:50:05 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.