How to Install and Uninstall procyon-expressions.noarch Package on Oracle Linux 8
Last updated: November 14,2024
1. Install "procyon-expressions.noarch" package
Please follow the steps below to install procyon-expressions.noarch on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
procyon-expressions.noarch
Copied
2. Uninstall "procyon-expressions.noarch" package
Please follow the steps below to uninstall procyon-expressions.noarch on Oracle Linux 8:
$
sudo dnf remove
procyon-expressions.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the procyon-expressions.noarch package on Oracle Linux 8
Last metadata expiration check: 3:02:04 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : procyon-expressions
Version : 0.5.33
Release : 0.4.pre02.el8
Architecture : noarch
Size : 228 k
Source : procyon-0.5.33-0.4.pre02.el8.src.rpm
Repository : epel
Summary : The procyon-expressions framework provides a more natural form of Linq-like code generation
URL : https://bitbucket.org/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).
Available Packages
Name : procyon-expressions
Version : 0.5.33
Release : 0.4.pre02.el8
Architecture : noarch
Size : 228 k
Source : procyon-0.5.33-0.4.pre02.el8.src.rpm
Repository : epel
Summary : The procyon-expressions framework provides a more natural form of Linq-like code generation
URL : https://bitbucket.org/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).