How to Install and Uninstall procyon-expressions.noarch Package on CentOS Stream 9

Last updated: October 06,2024

1. Install "procyon-expressions.noarch" package

In this section, we are going to explain the necessary steps to install procyon-expressions.noarch on CentOS Stream 9

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

2. Uninstall "procyon-expressions.noarch" package

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

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

3. Information about the procyon-expressions.noarch package on CentOS Stream 9

Last metadata expiration check: 0:22:33 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : procyon-expressions
Version : 0.6.0
Release : 0.2.20220221.git88a95fa.el9
Architecture : noarch
Size : 232 k
Source : procyon-0.6.0-0.2.20220221.git88a95fa.el9.src.rpm
Repository : epel
Summary : The procyon-expressions framework provides a more natural form of Linq-like code generation
URL : https://github.com/mstrobel/procyon
License : ASL 2.0
Description : The procyon-expressions framework provides a more natural form of code generation.
: Rather than requiring bytecode to be emitted directly, as with procyon-reflection
: and other popular libraries like ASM, procyon-expressions enables code composition
: using declarative expression trees. These expression trees may then be compiled directly
: into callbacks or coupled with a MethodBuilder. The procyon-expressions API is
: almost a direct port of System.Linq.Expressions from .NET's Dynamic Language Runtime,
: minus the dynamic callsite support (and with more relaxed rules regarding type conversions).