How to Install and Uninstall jna.x86_64 Package on Fedora 35

Last updated: February 13,2025

1. Install "jna.x86_64" package

Here is a brief guide to show you how to install jna.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install jna.x86_64

2. Uninstall "jna.x86_64" package

Please follow the steps below to uninstall jna.x86_64 on Fedora 35:

$ sudo dnf remove jna.x86_64 $ sudo dnf autoremove

3. Information about the jna.x86_64 package on Fedora 35

Last metadata expiration check: 4:22:42 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : jna
Version : 5.9.0
Release : 1.fc35
Architecture : x86_64
Size : 277 k
Source : jna-5.9.0-1.fc35.src.rpm
Repository : fedora
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.