How to Install and Uninstall jna.src Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "jna.src" package

This guide covers the steps necessary to install jna.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install jna.src

2. Uninstall "jna.src" package

Please follow the steps below to uninstall jna.src on Oracle Linux 8:

$ sudo dnf remove jna.src $ sudo dnf autoremove

3. Information about the jna.src package on Oracle Linux 8

Last metadata expiration check: 1:08:17 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : jna
Version : 4.5.1
Release : 5.el8
Architecture : src
Size : 1.0 M
Source : None
Repository : ol8_appstream
Summary : Pure Java access to native libraries
URL : https://github.com/java-native-access/jna/
License : (LGPLv2 or ASL 2.0) and ASL 2.0
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.