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

Last updated: May 20,2024

1. Install "libjnr-unixsocket-java" package

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

$ sudo apt update $ sudo apt install libjnr-unixsocket-java

2. Uninstall "libjnr-unixsocket-java" package

Learn how to uninstall libjnr-unixsocket-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjnr-unixsocket-java $ sudo apt autoclean && sudo apt autoremove

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

Package: libjnr-unixsocket-java
Priority: optional
Section: universe/java
Installed-Size: 45
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: jnr-unixsocket
Version: 0.8-1
Depends: libjnr-constants-java, libjnr-enxio-java, libjnr-ffi-java, libjnr-posix-java
Filename: pool/universe/j/jnr-unixsocket/libjnr-unixsocket-java_0.8-1_all.deb
Size: 19926
MD5sum: 0b634802dba4152301c8998fdc52ed6f
SHA1: a7527f3f8a4cab59f25c27754eabb728375023b7
SHA256: ba13e71a3c22f9f0b3834d585eb75758f4ee65cf2e38142bc52e5b81bf904607
Description-en: Java access to native libraries for unix sockets
Java Native Runtime (JNR) is a collection of Java libraries to make
interfacing with OS-level features easier. JNR uses an alternate
method to JNI or JNA to achieve programming simplicity while still
retaining performance.
.
The jnr-unixsocket package provides access in Java to the unix domain
socket verions of socket(), listen(), bind(), accept(), connect() and
others via the native OS libraries.
Description-md5: 9e84dbcd02253d3a8b7ade8a562e0d94
Homepage: https://github.com/jnr/jnr-unixsocket
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu