How to Install and Uninstall libhttpcore-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "libhttpcore-java" package

Here is a brief guide to show you how to install libhttpcore-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libhttpcore-java

2. Uninstall "libhttpcore-java" package

Here is a brief guide to show you how to uninstall libhttpcore-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libhttpcore-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libhttpcore-java
Priority: optional
Section: universe/java
Installed-Size: 692
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: httpcomponents-core
Version: 4.4.4-1
Provides: libhttpcore-nio-java
Filename: pool/universe/h/httpcomponents-core/libhttpcore-java_4.4.4-1_all.deb
Size: 573312
MD5sum: b284198ebe5af00e342f2c744f5f573f
SHA1: 8e41c5abddcc2bb0762b341f85e20a1e585868de
SHA256: d49eddcfb4895fe158f2cc89d6d17c6d286efb73e93447597724592ea8b9d4ec
Description-en: 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: 74bf53db6fa449487b8c71c4126d44b9
Homepage: http://hc.apache.org/httpcomponents-core-ga/index.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu