How to Install and Uninstall jna Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "jna" package

In this section, we are going to explain the necessary steps to install jna on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install jna

2. Uninstall "jna" package

Please follow the guidance below to uninstall jna on openSuSE Tumbleweed:

$ sudo zypper remove jna

3. Information about the jna package on openSuSE Tumbleweed

Information for package jna:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : jna
Version : 5.13.0-3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 559.4 KiB
Installed : No
Status : not installed
Source package : jna-5.13.0-3.1.src
Upstream URL : https://github.com/twall/jna
Summary : Pure Java access to native libraries
Description :
JNA provides Java programs easy access to native shared libraries
(DLLs on Windows) without writing anything but Java code. 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.