How to Install and Uninstall perl-Excel-Template-Plus.noarch Package on Fedora 34

Last updated: July 01,2024

1. Install "perl-Excel-Template-Plus.noarch" package

This guide let you learn how to install perl-Excel-Template-Plus.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Excel-Template-Plus.noarch

2. Uninstall "perl-Excel-Template-Plus.noarch" package

Please follow the guidelines below to uninstall perl-Excel-Template-Plus.noarch on Fedora 34:

$ sudo dnf remove perl-Excel-Template-Plus.noarch $ sudo dnf autoremove

3. Information about the perl-Excel-Template-Plus.noarch package on Fedora 34

Last metadata expiration check: 4:52:39 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Excel-Template-Plus
Version : 0.06
Release : 16.fc34
Architecture : noarch
Size : 23 k
Source : perl-Excel-Template-Plus-0.06-16.fc34.src.rpm
Repository : fedora
Summary : Extension to the Excel::Template module
URL : https://metacpan.org/release/Excel-Template-Plus
License : GPL+ or Artistic
Description : This module is an extension of the Excel::Template module, which allows
: the user to use various "engines" from which you can create Excel files
: through Excel::Template.
: The idea is to use the existing (and very solid) excel file generation
: code in Excel::Template, but to extend its more templatey bits with more
: powerful options.
: The only engine currently provided is the Template Toolkit engine, which
: replaces Excel::Template's built in template features (the LOOP, and IF
: constructs) with the full power of TT. This is similar to the module
: Excel::Template::TT, but expands on that even further to try and create
: a more extensive system.