How To Install ppl-java on Fedora 36
Introduction
In this tutorial we learn how to install ppl-java
on Fedora 36.
What is ppl-java
This package adds Java support to the Parma Polyhedra Library. Install this package if you want to use the library in Java programs.
We can use yum
or dnf
to install ppl-java
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ppl-java.
Install ppl-java 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 ppl-java
using dnf
by running the following command:
sudo dnf -y install ppl-java
Install ppl-java 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 ppl-java
using yum
by running the following command:
sudo yum -y install ppl-java
How To Uninstall ppl-java on Fedora 36
To uninstall only the ppl-java
package we can use the following command:
sudo dnf remove ppl-java
ppl-java Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/eccac06976f3f84502d08013a7f2ae45cd637d
/usr/lib64/ppl/libppl_java.so
/usr/lib64/ppl/ppl_java.jar
/usr/share/doc/ppl-java
/usr/share/doc/ppl-java/README.java
References
Summary
In this tutorial we learn how to install ppl-java
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).