How to Install and Uninstall java-runtime-decompiler.noarch Package on CentOS Stream 9

Last updated: October 02,2024

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

Here is a brief guide to show you how to install java-runtime-decompiler.noarch on CentOS Stream 9

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

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

Please follow the guidance below to uninstall java-runtime-decompiler.noarch on CentOS Stream 9:

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

3. Information about the java-runtime-decompiler.noarch package on CentOS Stream 9

Last metadata expiration check: 2:02:47 ago on Sat Mar 16 16:03:45 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.