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

Last updated: May 10,2024

1. Install "libjna-java-doc" package

Learn how to install libjna-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libjna-java-doc" package

In this section, we are going to explain the necessary steps to uninstall libjna-java-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libjna-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 34420
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java maintainers
Architecture: all
Source: libjna-java
Version: 4.2.2-1
Filename: pool/universe/libj/libjna-java/libjna-java-doc_4.2.2-1_all.deb
Size: 1212030
MD5sum: 2b9d9aef7a9d791e1df00a735e6b71ae
SHA1: cce98db9fd3f0d30475601f77cd1956252e1c1ab
SHA256: 549bd5fd8003edc66ea044c613cb15d0708c9cb797ada65b5e30380357c9519b
Description-en: Dynamic access of native libraries from Java without JNI (documentation)
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 Javadoc API documentation.
Description-md5: dc632000c10a8797ee4178e5c2c6292c
Homepage: https://github.com/twall/jna
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu