How To Install java-jd-decompiler on Fedora 36
Introduction
In this tutorial we learn how to install java-jd-decompiler
on Fedora 36.
What is java-jd-decompiler
This is a launcher for using java-jd-decompiler-core library from CLI
We can use yum
or dnf
to install java-jd-decompiler
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install java-jd-decompiler.
Install java-jd-decompiler 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
using dnf
by running the following command:
sudo dnf -y install java-jd-decompiler
Install java-jd-decompiler 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
using yum
by running the following command:
sudo yum -y install java-jd-decompiler
How To Uninstall java-jd-decompiler on Fedora 36
To uninstall only the java-jd-decompiler
package we can use the following command:
sudo dnf remove java-jd-decompiler
java-jd-decompiler Package Contents on Fedora 36
/usr/bin/java-jd-decompiler
/usr/share/doc/java-jd-decompiler
/usr/share/doc/java-jd-decompiler/README.md
/usr/share/java/java-jd-decompiler/launcher.jar
/usr/share/licenses/java-jd-decompiler
/usr/share/licenses/java-jd-decompiler/LICENSE
/usr/share/man/man1/java-jd-decompiler.1.gz
References
Summary
In this tutorial we learn how to install java-jd-decompiler
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).