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

Last updated: May 01,2024

1. Install "libjboss-xnio-java" package

This is a short guide on how to install libjboss-xnio-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjboss-xnio-java

2. Uninstall "libjboss-xnio-java" package

Please follow the instructions below to uninstall libjboss-xnio-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjboss-xnio-java $ sudo apt autoclean && sudo apt autoremove

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

Package: libjboss-xnio-java
Priority: optional
Section: universe/java
Installed-Size: 641
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: jboss-xnio
Version: 3.3.2-3
Suggests: libjboss-xnio-java-doc
Filename: pool/universe/j/jboss-xnio/libjboss-xnio-java_3.3.2-3_all.deb
Size: 556462
MD5sum: 45b9448e2c662444d19dc8fcae59d181
SHA1: 8e54bf13591a17ce5306da12131aa5e7e11bfbc1
SHA256: 001b34b6430f769ec9a284c435be6b212d3aa5176ced8ae19381f38c8560bbd5
Description-en: simplified low-level I/O layer for NIO
XNIO is a simplified low-level I/O layer which can be used anywhere you are
using non-blocking I/O today. It frees you from the hassle of dealing with
Selectors and the lack of NIO support for multicast sockets and non-socket
I/O, while still maintaining all the capabilities present in NIO, and it opens
the door to non-obvious optimizations.
.
XNIO provides a unique API for combining blocking and non-blocking operations,
even on the same channel, allowing you to take advantage of the simplicity and
low latency of blocking I/O while still gaining the thread-conservative and
throughput benefits of non-blocking I/O.
Description-md5: cd5166489f7b91d61c9f32277e90f712
Homepage: http://xnio.jboss.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu