How to Install and Uninstall httpcomponents-client.noarch Package on CentOS Stream 8

Last updated: May 14,2024

1. Install "httpcomponents-client.noarch" package

In this section, we are going to explain the necessary steps to install httpcomponents-client.noarch on CentOS Stream 8

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

2. Uninstall "httpcomponents-client.noarch" package

Please follow the steps below to uninstall httpcomponents-client.noarch on CentOS Stream 8:

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

3. Information about the httpcomponents-client.noarch package on CentOS Stream 8

Last metadata expiration check: 0:42:34 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : httpcomponents-client
Version : 4.5.5
Release : 5.module_el8.6.0+1030+8d97e896
Architecture : noarch
Size : 718 k
Source : httpcomponents-client-4.5.5-5.module_el8.6.0+1030+8d97e896.src.rpm
Repository : 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.