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

Last updated: January 11,2025

1. Install "perl-Tie-Cycle.noarch" package

In this section, we are going to explain the necessary steps to install perl-Tie-Cycle.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Tie-Cycle.noarch

2. Uninstall "perl-Tie-Cycle.noarch" package

This is a short guide on how to uninstall perl-Tie-Cycle.noarch on Fedora 39:

$ sudo dnf remove perl-Tie-Cycle.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:39:43 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Tie-Cycle
Version : 1.227
Release : 9.fc39
Architecture : noarch
Size : 19 k
Source : perl-Tie-Cycle-1.227-9.fc39.src.rpm
Repository : fedora
Summary : Cycle through a list of values via a scalar
URL : https://metacpan.org/release/Tie-Cycle
License : Artistic 2.0
Description : This Perl module can be used to go through a list over and over again.
: Once you get to the end of the list, you go back to the beginning. You
: do not have to worry about any of this since the magic of tie does that
: for you.