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

Last updated: May 19,2024

1. Install "libjna-platform-java" package

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

$ sudo apt update $ sudo apt install libjna-platform-java

2. Uninstall "libjna-platform-java" package

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

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

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

Package: libjna-platform-java
Priority: optional
Section: universe/java
Installed-Size: 894
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java maintainers
Architecture: all
Source: libjna-java
Version: 4.2.2-1
Replaces: libjna-java (<< 3.4.2)
Depends: libjna-java
Breaks: libjna-java (<< 3.4.2)
Filename: pool/universe/libj/libjna-java/libjna-platform-java_4.2.2-1_all.deb
Size: 730470
MD5sum: 8d9a3d9b74586da815d6d76b59b20edc
SHA1: ff909e52fec17ceb2cfa044b823ed4345394aec8
SHA256: e370425777e97f10d82035ea491b703f7ddaba66b852f24398793916956ae862
Description-en: Dynamic access of native libraries from Java without JNI (platform extension)
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 platform library with many native functions already
mapped as well as a set of utility interfaces that simplify native access.
Description-md5: 1a910b2665eb5ba703c6a1b70563555b
Homepage: https://github.com/twall/jna
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu