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

Last updated: May 15,2024

1. Install "libjna-java" package

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

$ sudo apt update $ sudo apt install libjna-java

2. Uninstall "libjna-java" package

Please follow the step by step instructions below to uninstall libjna-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libjna-java
Priority: optional
Section: universe/libs
Installed-Size: 202
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java maintainers
Architecture: all
Version: 4.2.2-1
Depends: libjna-jni
Suggests: libjna-java-doc
Filename: pool/universe/libj/libjna-java/libjna-java_4.2.2-1_all.deb
Size: 151868
MD5sum: 8fb8affabf5ff4d686eb4a1504273c36
SHA1: 7a888c6ef16b56a529005c95142ff80331b1504d
SHA256: b16fc6bd8e8fd48bbca7b97c34bc66139e4665ce8315e621c87263c13143fa68
Description-en: Dynamic access of native libraries from Java without JNI
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.
.
JNA's design aims to provide native access in a natural way with a minimum of
effort. No boilerplate or generated code is required. While some attention is
paid to performance, correctness and ease of use take priority.
.
The JNA library uses a small native library stub to dynamically invoke native
code. The developer uses a Java interface to describe functions and structures
in the target native library. This makes it quite easy to take advantage of
native platform features without incurring the high overhead of configuring and
building JNI code for multiple platforms.
Description-md5: f5f6493a4373302410c954176de107b3
Homepage: https://github.com/twall/jna
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu