How to Install and Uninstall httpcomponents-client.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

1. Install "httpcomponents-client.noarch" package

Please follow the steps below to install httpcomponents-client.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "httpcomponents-client.noarch" package

This tutorial shows how to uninstall httpcomponents-client.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the httpcomponents-client.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:21:29 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : httpcomponents-client
Version : 4.5.5
Release : 5.module+el8.6.0+13298+7b5243c0
Architecture : noarch
Size : 719 k
Source : httpcomponents-client-4.5.5-5.module+el8.6.0+13298+7b5243c0.src.rpm
Repository : ubi-8-appstream-rpms
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.