How to Install and Uninstall jna Package on openSUSE Leap

Last updated: June 14,2024

1. Install "jna" package

Please follow the steps below to install jna on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install jna

2. Uninstall "jna" package

This tutorial shows how to uninstall jna on openSUSE Leap:

$ sudo zypper remove jna

3. Information about the jna package on openSUSE Leap

Information for package jna:
----------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : jna
Version : 5.13.0-150200.3.7.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 540.8 KiB
Installed : No
Status : not installed
Source package : jna-5.13.0-150200.3.7.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.