How to Install and Uninstall libhttpcore5-java Package on Kali Linux

Last updated: May 20,2024

1. Install "libhttpcore5-java" package

Please follow the guidance below to install libhttpcore5-java on Kali Linux

$ sudo apt update $ sudo apt install libhttpcore5-java

2. Uninstall "libhttpcore5-java" package

Please follow the guidelines below to uninstall libhttpcore5-java on Kali Linux:

$ sudo apt remove libhttpcore5-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libhttpcore5-java package on Kali Linux

Package: libhttpcore5-java
Source: httpcomponents-core5
Version: 5.2.2-1
Installed-Size: 1118
Maintainer: Debian Java Maintainers
Architecture: all
Size: 966132
SHA256: c29e6b6b75b597e8a00b468543c5b99483e650fea26aff3c96a2070f936aa2ed
SHA1: 5f2ac6a22a1dcd2bd79ba0499f8c828130146c87
MD5sum: 292e2a832efddbd5a53375e3f4d5fb05
Description: set of low level HTTP transport components for Java
HttpCore is a set of low level HTTP transport components that can be used to
build custom client and server side HTTP services with a minimal footprint.
HttpCore supports two I/O models:
.
* blocking I/O model, based on the classic Java I/O;
* non-blocking, event driven I/O model based on Java NIO.
.
The blocking I/O model may be more appropriate for data intensive, low latency
scenarios, whereas the non-blocking model may be more appropriate for high
latency scenarios where raw data throughput is less important than the ability
to handle thousands of simultaneous HTTP connections in a resource efficient
manner.
.
This package contains the 5.x series of httpcomponents-core.
Description-md5:
Multi-Arch: foreign
Homepage: https://hc.apache.org/
Section: java
Priority: optional
Filename: pool/main/h/httpcomponents-core5/libhttpcore5-java_5.2.2-1_all.deb