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

Last updated: January 12,2025

1. Install "perl-CPS.noarch" package

Please follow the steps below to install perl-CPS.noarch on Fedora 39

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

2. Uninstall "perl-CPS.noarch" package

Please follow the guidelines below to uninstall perl-CPS.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:12:10 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-CPS
Version : 0.19
Release : 14.fc39
Architecture : noarch
Size : 45 k
Source : perl-CPS-0.19-14.fc39.src.rpm
Repository : fedora
Summary : CPS Perl module
URL : https://metacpan.org/release/CPS
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.