How to Install and Uninstall perl-CPS.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "perl-CPS.noarch" package

Learn how to install perl-CPS.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-CPS.noarch

2. Uninstall "perl-CPS.noarch" package

Please follow the step by step instructions below to uninstall perl-CPS.noarch on Fedora 36:

$ sudo dnf remove perl-CPS.noarch $ sudo dnf autoremove

3. Information about the perl-CPS.noarch package on Fedora 36

Last metadata expiration check: 2:16:16 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-CPS
Version : 0.19
Release : 10.fc36
Architecture : noarch
Size : 50 k
Source : perl-CPS-0.19-10.fc36.src.rpm
Repository : fedora
Summary : CPS Perl module
URL : https://metacpan.org/release/CPS
License : GPL+ or Artistic
Description : The functions in this module implement or assist the writing of
: programs, or parts of them, in Continuation Passing Style (CPS).
: Briefly, CPS is a style of writing code where the normal call/return
: mechanism is replaced by explicit "continuations", values passed in to
: functions which they should invoke, to implement return behavior. For
: more detail on CPS, see the SEE ALSO section.