How to Install and Uninstall httpcomponents-client.src Package on Oracle Linux 9

Last updated: November 24,2024

1. Install "httpcomponents-client.src" package

This is a short guide on how to install httpcomponents-client.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install httpcomponents-client.src

2. Uninstall "httpcomponents-client.src" package

Please follow the guidance below to uninstall httpcomponents-client.src on Oracle Linux 9:

$ sudo dnf remove httpcomponents-client.src $ sudo dnf autoremove

3. Information about the httpcomponents-client.src package on Oracle Linux 9

Last metadata expiration check: 1:14:23 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : httpcomponents-client
Version : 4.5.13
Release : 5.module+el9.2.0+20958+a80e7477
Architecture : src
Size : 823 k
Source : None
Repository : ol9_appstream
Summary : HTTP agent implementation based on httpcomponents HttpCore
URL : http://hc.apache.org/
License : ASL 2.0
Description : HttpClient is a HTTP/1.1 compliant HTTP agent implementation based on
: httpcomponents HttpCore. It also provides reusable components for
: client-side authentication, HTTP state management, and HTTP connection
: management. HttpComponents Client is a successor of and replacement
: for Commons HttpClient 3.x. Users of Commons HttpClient are strongly
: encouraged to upgrade.