How To Install java-jd-decompiler-core on Fedora 36

In this tutorial we learn how to install java-jd-decompiler-core in Fedora 36. java-jd-decompiler-core is Main library with decompiler

Introduction

In this tutorial we learn how to install java-jd-decompiler-core on Fedora 36.

What is java-jd-decompiler-core

This standalone JAVA library has JAVA decompiler of “Java Decompiler project”. It support Java 1.8.0 to Java 12.0.It has support for the Lambda expressions, method references and default methods.JD-Core is the engine of JD-GUI.

We can use yum or dnf to install java-jd-decompiler-core on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install java-jd-decompiler-core.

Install java-jd-decompiler-core 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 java-jd-decompiler-core using dnf by running the following command:

sudo dnf -y install java-jd-decompiler-core

Install java-jd-decompiler-core 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 java-jd-decompiler-core using yum by running the following command:

sudo yum -y install java-jd-decompiler-core

How To Uninstall java-jd-decompiler-core on Fedora 36

To uninstall only the java-jd-decompiler-core package we can use the following command:

sudo dnf remove java-jd-decompiler-core

java-jd-decompiler-core Package Contents on Fedora 36

/usr/share/doc/java-jd-decompiler-core
/usr/share/doc/java-jd-decompiler-core/README.md
/usr/share/java/java-jd-decompiler
/usr/share/java/java-jd-decompiler/jd-core.jar
/usr/share/licenses/java-jd-decompiler-core
/usr/share/licenses/java-jd-decompiler-core/LICENSE
/usr/share/maven-metadata/java-jd-decompiler.xml
/usr/share/maven-poms/java-jd-decompiler
/usr/share/maven-poms/java-jd-decompiler/jd-core.pom

References

Summary

In this tutorial we learn how to install java-jd-decompiler-core on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).