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

Last updated: May 19,2024

1. Install "procyon-reflection.noarch" package

This guide let you learn how to install procyon-reflection.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "procyon-reflection.noarch" package

Please follow the steps below to uninstall procyon-reflection.noarch on CentOS 8 / RHEL 8:

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

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

Last metadata expiration check: 1 day, 7:35:45 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : procyon-reflection
Version : 0.5.33
Release : 0.4.pre02.el8
Architecture : noarch
Size : 336 k
Source : procyon-0.5.33-0.4.pre02.el8.src.rpm
Repository : epel
Summary : The procyon-reflection framework provides a rich reflection and code generation API
URL : https://bitbucket.org/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.