How to Install and Uninstall libjna-java Package on Ubuntu 21.10 (Impish Indri)

Last updated: September 19,2024

1. Install "libjna-java" package

This is a short guide on how to install libjna-java on Ubuntu 21.10 (Impish Indri)

$ 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 21.10 (Impish Indri):

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

3. Information about the libjna-java package on Ubuntu 21.10 (Impish Indri)

Package: libjna-java
Architecture: all
Version: 5.6.0-1build1
Priority: optional
Section: universe/libs
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 251
Depends: libjna-jni
Suggests: libjna-java-doc
Filename: pool/universe/libj/libjna-java/libjna-java_5.6.0-1build1_all.deb
Size: 189514
MD5sum: cb4e23def97207234ee3e4cb98ff264d
SHA1: ac4026125433324030c37b43bff7e6472c8981a9
SHA256: f7815a63522b2a7b1e3b905ffd62219cf29bcf8c18bd37f92e6a5988892081a5
SHA512: 1d6118e8748ad50cb24532b4135a22f33889f1094887194e3ea5aa09eab8b6265cc14c9e2ff9440a39bdf759df007d1c39640737147ece47e8c17f8c5298a53d
Homepage: https://github.com/twall/jna
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