How to Install and Uninstall procyon-reflection.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "procyon-reflection.noarch" package

Please follow the steps below to install procyon-reflection.noarch on Fedora 34

$ 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 Fedora 34:

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

3. Information about the procyon-reflection.noarch package on Fedora 34

Last metadata expiration check: 0:12:30 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : procyon-reflection
Version : 0.5.36
Release : 0.6.20210619.git92ba3f4.fc34
Architecture : noarch
Size : 344 k
Source : procyon-0.5.36-0.6.20210619.git92ba3f4.fc34.src.rpm
Repository : updates
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.