How to Install and Uninstall procyon-reflection.noarch Package on Rocky Linux 9

Last updated: October 12,2024

1. Install "procyon-reflection.noarch" package

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

$ sudo dnf update $ sudo dnf install procyon-reflection.noarch

2. Uninstall "procyon-reflection.noarch" package

Please follow the guidance below to uninstall procyon-reflection.noarch on Rocky Linux 9:

$ sudo dnf remove procyon-reflection.noarch $ sudo dnf autoremove

3. Information about the procyon-reflection.noarch package on Rocky Linux 9

Last metadata expiration check: 0:07:00 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : procyon-reflection
Version : 0.6.0
Release : 0.2.20220221.git88a95fa.el9
Architecture : noarch
Size : 352 k
Source : procyon-0.6.0-0.2.20220221.git88a95fa.el9.src.rpm
Repository : epel
Summary : The procyon-reflection framework provides a rich reflection and code generation API
URL : https://github.com/mstrobel/procyon
License : ASL 2.0
Description : The procyon-reflection framework provides a rich reflection and code generation API with full support for generics,
: wildcards, and other high-level Java type concepts. It is based on .NET's System.Reflection and System.Reflection.
: Emit APIs and is meant to address many of the shortcomings of the core Java reflection API, which offers rather
: limited and cumbersome support for generic type inspection. Its code generation facilities include a TypeBuilder,
: MethodBuilder, and a bytecode emitter.