How to Install and Uninstall jna.x86_64 Package on Amazon Linux 2

Last updated: May 02,2024

1. Install "jna.x86_64" package

Please follow the step by step instructions below to install jna.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install jna.x86_64

2. Uninstall "jna.x86_64" package

In this section, we are going to explain the necessary steps to uninstall jna.x86_64 on Amazon Linux 2:

$ sudo yum remove jna.x86_64 $ sudo yum autoremove

3. Information about the jna.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : jna
Arch : x86_64
Version : 3.5.2
Release : 8.amzn2.0.2
Size : 297 k
Repo : amzn2-core/2/x86_64
Summary : Pure Java access to native libraries
URL : https://jna.dev.java.net/
License : LGPLv2+ 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.