How To Install japron on Fedora 36
In this tutorial we learn how to install japron in Fedora 36. japron is Java interface to APRON
Introduction
In this tutorial we learn how to install japron
on Fedora 36.
What is japron
Java interface to the APRON library.
We can use yum
or dnf
to install japron
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install japron.
Install japron 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 japron
using dnf
by running the following command:
sudo dnf -y install japron
Install japron 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 japron
using yum
by running the following command:
sudo yum -y install japron
How To Uninstall japron on Fedora 36
To uninstall only the japron
package we can use the following command:
sudo dnf remove japron
japron Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/892420d6fe9af6c399217598df67af196fbee9
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/aa8d63199264441033a464381e33e09332af0b
/usr/lib/java/apron.jar
/usr/lib/java/gmp.jar
/usr/lib/java/libjapron.so
/usr/lib/java/libjgmp.so
/usr/share/doc/japron
/usr/share/doc/japron/README
/usr/share/licenses/japron
/usr/share/licenses/japron/COPYING
References
Summary
In this tutorial we learn how to install japron
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).