How to Install and Uninstall jakarta-commons-httpclient.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "jakarta-commons-httpclient.noarch" package

This guide let you learn how to install jakarta-commons-httpclient.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install jakarta-commons-httpclient.noarch

2. Uninstall "jakarta-commons-httpclient.noarch" package

Here is a brief guide to show you how to uninstall jakarta-commons-httpclient.noarch on Fedora 34:

$ sudo dnf remove jakarta-commons-httpclient.noarch $ sudo dnf autoremove

3. Information about the jakarta-commons-httpclient.noarch package on Fedora 34

Last metadata expiration check: 2:19:10 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : jakarta-commons-httpclient
Epoch : 1
Version : 3.1
Release : 37.fc34
Architecture : noarch
Size : 237 k
Source : jakarta-commons-httpclient-3.1-37.fc34.src.rpm
Repository : fedora
Summary : Jakarta Commons HTTPClient implements the client side of HTTP standards
URL : http://jakarta.apache.org/commons/httpclient/
License : ASL 2.0 and (ASL 2.0 or LGPLv2+)
Description : The Hyper-Text Transfer Protocol (HTTP) is perhaps the most significant
: protocol used on the Internet today. Web services, network-enabled
: appliances and the growth of network computing continue to expand the
: role of the HTTP protocol beyond user-driven web browsers, and increase
: the number of applications that may require HTTP support.
: Although the java.net package provides basic support for accessing
: resources via HTTP, it doesn't provide the full flexibility or
: functionality needed by many applications. The Jakarta Commons HTTP
: Client component seeks to fill this void by providing an efficient,
: up-to-date, and feature-rich package implementing the client side of the
: most recent HTTP standards and recommendations.
: Designed for extension while providing robust support for the base HTTP
: protocol, the HTTP Client component may be of interest to anyone
: building HTTP-aware client applications such as web browsers, web
: service clients, or systems that leverage or extend the HTTP protocol
: for distributed communication.