How to Install and Uninstall libjna-jni Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libjna-jni" package

This guide covers the steps necessary to install libjna-jni on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjna-jni

2. Uninstall "libjna-jni" package

Please follow the steps below to uninstall libjna-jni on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjna-jni $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjna-jni package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libjna-jni
Priority: optional
Section: universe/java
Installed-Size: 110
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java maintainers
Architecture: amd64
Source: libjna-java
Version: 4.2.2-1
Depends: libc6 (>= 2.14), libffi6 (>= 3.0.10~rc8)
Filename: pool/universe/libj/libjna-java/libjna-jni_4.2.2-1_amd64.deb
Size: 29882
MD5sum: c027bfb6ae58b62665dbc4d1c7ba58c4
SHA1: 8e9a090e71c83eb5b30bc195e3b78327aafb125f
SHA256: ffe7b20431391850a026cf6e35bec5d6ca7df588db0d3d5e47b5aaed85979d4a
Description-en: Dynamic access of native libraries from Java without JNI (native libs)
JNA provides Java programs easy access to native shared libraries without
writing anything but Java code - no JNI or native code is required. This
functionality is comparable to Windows' Platform/Invoke and Python's ctypes.
Access is dynamic at runtime without code generation.
.
This package contains the native libraries for libjna-java
Description-md5: e245e4eeeea13a088c07acc47c65010c
Homepage: https://github.com/twall/jna
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu