How to Install and Uninstall libjna-java Package on Kali Linux

Last updated: September 20,2024

1. Install "libjna-java" package

Learn how to install libjna-java on Kali Linux

$ sudo apt update $ sudo apt install libjna-java

2. Uninstall "libjna-java" package

This guide let you learn how to uninstall libjna-java on Kali Linux:

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

3. Information about the libjna-java package on Kali Linux

Package: libjna-java
Version: 5.14.0-1
Installed-Size: 268
Maintainer: Debian Java maintainers
Architecture: all
Depends: libjna-jni
Size: 237052
SHA256: 80e82da75b636028807b70b4a47f04adf4d65363a6acbdb3e890a94ad64a4fd2
SHA1: 738e5505b57cd6e0157cce0e3f3a034c046b5ea8
MD5sum: b8199848cd1eba1d4793beb4fec71c47
Description: 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:
Homepage: https://github.com/twall/jna
Tag: devel::lang:java, role::shared-lib
Section: java
Priority: optional
Filename: pool/main/libj/libjna-java/libjna-java_5.14.0-1_all.deb