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

Last updated: November 29,2024

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

This is a short guide on how to install perl-Tie-Cycle.noarch on Fedora 35

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

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

Please follow the guidance below to uninstall perl-Tie-Cycle.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:41:37 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Tie-Cycle
Version : 1.226
Release : 3.fc35
Architecture : noarch
Size : 19 k
Source : perl-Tie-Cycle-1.226-3.fc35.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.