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

Last updated: May 11,2024

1. Install "libjnr-ffi-java" package

This tutorial shows how to install libjnr-ffi-java on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libjnr-ffi-java" package

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

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

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

Package: libjnr-ffi-java
Priority: optional
Section: universe/java
Installed-Size: 673
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: jnr-ffi
Version: 1.0.10-4
Depends: libasm4-java, libjffi-java, libjnr-x86asm-java
Suggests: libjnr-ffi-java-doc
Filename: pool/universe/j/jnr-ffi/libjnr-ffi-java_1.0.10-4_all.deb
Size: 550690
MD5sum: 7e953ee98e678bf0b07c6861346d6cd0
SHA1: 331923a2f7156aa48049eab2bda4bb5de6495039
SHA256: eec11ce31e9c3f00f74522f27cf497b76f29b3c012a69c313d301a5321badbc5
Description-en: Java library for loading native libraries without writing JNI code
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-ffi package is a set of abstractions that build on the lower-level
libraries implemented by the jffi package. jnr-ffi allows one to load
native libraries without writing JNI code by hand, or using tools
such as SWIG.
Description-md5: 0feeb009cf8996ec584a18541c233d98
Homepage: https://github.com/jnr/jnr-ffi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu