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

Last updated: May 20,2024

1. Install "libhttpcore-java" package

Learn how to install libhttpcore-java on Kali Linux

$ sudo apt update $ sudo apt install libhttpcore-java

2. Uninstall "libhttpcore-java" package

This guide covers the steps necessary to uninstall libhttpcore-java on Kali Linux:

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

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

Package: libhttpcore-java
Source: httpcomponents-core
Version: 4.4.16-1
Installed-Size: 738
Maintainer: Debian Java Maintainers
Architecture: all
Provides: libhttpcore-nio-java
Size: 636440
SHA256: 8719d616e4481a32619bea482169ca87435a6becde96edb788dc05f67f9bf30d
SHA1: f7805628d6c63b7808aaca81654d8f9c526e1719
MD5sum: fc0632c1c4e833147ea2c87991613c61
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.
Description-md5:
Homepage: http://hc.apache.org/httpcomponents-core-ga/index.html
Section: java
Priority: optional
Filename: pool/main/h/httpcomponents-core/libhttpcore-java_4.4.16-1_all.deb