How to Install and Uninstall jakarta-commons-httpclient.noarch Package on Amazon Linux 2

Last updated: April 29,2024

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

This is a short guide on how to install jakarta-commons-httpclient.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install jakarta-commons-httpclient.noarch

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

Please follow the instructions below to uninstall jakarta-commons-httpclient.noarch on Amazon Linux 2:

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

3. Information about the jakarta-commons-httpclient.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : jakarta-commons-httpclient
Arch : noarch
Epoch : 1
Version : 3.1
Release : 16.amzn2
Size : 241 k
Repo : amzn2-core/2/x86_64
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.