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

Last updated: June 24,2024

1. Install "procyon-reflection.noarch" package

Please follow the instructions below to install procyon-reflection.noarch on AlmaLinux 9

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

2. Uninstall "procyon-reflection.noarch" package

This tutorial shows how to uninstall procyon-reflection.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 2:02:44 ago on Wed Mar 13 07:41:12 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.