How To Install jigawatts on Fedora 36
Introduction
In this tutorial we learn how to install jigawatts
on Fedora 36.
What is jigawatts
CRIU is a Linux utility that allows the checkpointing and restoring of processes.You can read more about CRIU at criu.org. CRIU for Java is a package which makes it more convenient to use CRIU from Java.
We can use yum
or dnf
to install jigawatts
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jigawatts.
Install jigawatts 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 jigawatts
using dnf
by running the following command:
sudo dnf -y install jigawatts
Install jigawatts 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 jigawatts
using yum
by running the following command:
sudo yum -y install jigawatts
How To Uninstall jigawatts on Fedora 36
To uninstall only the jigawatts
package we can use the following command:
sudo dnf remove jigawatts
jigawatts Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/9ce80bfcb2f9686c7bb4c314cd2ef8c4161842
/usr/lib/java/jigawatts
/usr/lib/java/jigawatts/jigawatts.jar
/usr/lib64/libJigawatts.so
/usr/share/doc/jigawatts
/usr/share/doc/jigawatts/README.md
/usr/share/licenses/jigawatts
/usr/share/licenses/jigawatts/LICENSE.md
/usr/share/maven-metadata/jigawatts.xml
/usr/share/maven-poms/jigawatts
/usr/share/maven-poms/jigawatts/jigawatts.pom
References
Summary
In this tutorial we learn how to install jigawatts
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).