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

Last updated: January 11,2025

1. Install "perl-Template-Plugin-Cycle.noarch" package

This tutorial shows how to install perl-Template-Plugin-Cycle.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Template-Plugin-Cycle.noarch

2. Uninstall "perl-Template-Plugin-Cycle.noarch" package

Please follow the steps below to uninstall perl-Template-Plugin-Cycle.noarch on Fedora 39:

$ sudo dnf remove perl-Template-Plugin-Cycle.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:36:18 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Template-Plugin-Cycle
Version : 1.06
Release : 39.fc39
Architecture : noarch
Size : 22 k
Source : perl-Template-Plugin-Cycle-1.06-39.fc39.src.rpm
Repository : fedora
Summary : Cyclically insert into a Template from a sequence of values
URL : https://metacpan.org/release/Template-Plugin-Cycle
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Sometimes, apparently almost exclusively when doing alternating table row
: backgrounds, you need to print an alternating, cycling, set of values into
: a template.
:
: Template::Plugin::Cycle is a small, simple, and hopefully DWIM solution to
: these sorts of tasks.