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

Last updated: October 04,2024

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

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

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

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

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

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

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

Last metadata expiration check: 1:27:18 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Template-Plugin-Cycle
Version : 1.06
Release : 32.fc34
Architecture : noarch
Size : 23 k
Source : perl-Template-Plugin-Cycle-1.06-32.fc34.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+ or Artistic
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.