How To Install jffi-native on Fedora 36
Introduction
In this tutorial we learn how to install jffi-native
on Fedora 36.
What is jffi-native
This package contains jffi JAR with native bits.
We can use yum
or dnf
to install jffi-native
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jffi-native.
Install jffi-native on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install jffi-native
using dnf
by running the following command:
sudo dnf -y install jffi-native
Install jffi-native on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install jffi-native
using yum
by running the following command:
sudo yum -y install jffi-native
How To Uninstall jffi-native on Fedora 36
To uninstall only the jffi-native
package we can use the following command:
sudo dnf remove jffi-native
jffi-native Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/50
/usr/lib/.build-id/50/f0961d729319ad362671dc41a58693fdab014f
/usr/lib/java/jffi
/usr/lib/java/jffi-native.jar
/usr/lib/java/jffi/jffi-native.jar
/usr/lib64/jffi
/usr/lib64/jffi/x86_64-Linux
/usr/lib64/jffi/x86_64-Linux/libjffi-1.2.so
/usr/lib64/jffi/x86_64-Linux/libjffi.so
/usr/share/licenses/jffi-native
/usr/share/licenses/jffi-native/COPYING.GPL
/usr/share/licenses/jffi-native/COPYING.LESSER
/usr/share/licenses/jffi-native/LICENSE
/usr/share/maven-metadata/jffi-native.xml
References
Summary
In this tutorial we learn how to install jffi-native
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).