How to Install and Uninstall procyon-reflection.noarch Package on CentOS Stream 8

Last updated: July 01,2024

1. Install "procyon-reflection.noarch" package

This is a short guide on how to install procyon-reflection.noarch on CentOS Stream 8

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

2. Uninstall "procyon-reflection.noarch" package

This is a short guide on how to uninstall procyon-reflection.noarch on CentOS Stream 8:

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

3. Information about the procyon-reflection.noarch package on CentOS Stream 8

Last metadata expiration check: 6:09:51 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : procyon-reflection
Version : 0.6.0
Release : 0.2.20220221.git88a95fa.el8
Architecture : noarch
Size : 355 k
Source : procyon-0.6.0-0.2.20220221.git88a95fa.el8.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.