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

Last updated: October 07,2024

1. Install "perl-CPS.noarch" package

Please follow the step by step instructions below to install perl-CPS.noarch on Fedora 34

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

2. Uninstall "perl-CPS.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-CPS.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:39:14 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-CPS
Version : 0.19
Release : 7.fc34
Architecture : noarch
Size : 51 k
Source : perl-CPS-0.19-7.fc34.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.