How to Install and Uninstall java-runtime-decompiler.noarch Package on Rocky Linux 9

Last updated: October 13,2024

1. Install "java-runtime-decompiler.noarch" package

In this section, we are going to explain the necessary steps to install java-runtime-decompiler.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install java-runtime-decompiler.noarch

2. Uninstall "java-runtime-decompiler.noarch" package

Learn how to uninstall java-runtime-decompiler.noarch on Rocky Linux 9:

$ sudo dnf remove java-runtime-decompiler.noarch $ sudo dnf autoremove

3. Information about the java-runtime-decompiler.noarch package on Rocky Linux 9

Last metadata expiration check: 1:54:14 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : java-runtime-decompiler
Version : 9.1
Release : 1.el9
Architecture : noarch
Size : 869 k
Source : java-runtime-decompiler-9.1-1.el9.src.rpm
Repository : epel
Summary : Application for extraction and decompilation of JVM byte code
URL : https://github.com/pmikova/java-runtime-decompiler
License : GPLv3
Description : This application can access JVM at runtime,
: extract byte code from the JVM and decompile it, modify the obtained code and compile it back.
: It also works with local classpath and source path and provide standalone hex, with binary diff.