How to Install and Uninstall httpcomponents-client Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "httpcomponents-client" package

This is a short guide on how to install httpcomponents-client on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install httpcomponents-client

2. Uninstall "httpcomponents-client" package

Please follow the guidance below to uninstall httpcomponents-client on openSuSE Tumbleweed:

$ sudo zypper remove httpcomponents-client

3. Information about the httpcomponents-client package on openSuSE Tumbleweed

Information for package httpcomponents-client:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : httpcomponents-client
Version : 4.5.12-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 887.1 KiB
Installed : No
Status : not installed
Source package : httpcomponents-client-4.5.12-3.1.src
Upstream URL : https://hc.apache.org/
Summary : HTTP agent implementation based on httpcomponents HttpCore
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.