How to Install and Uninstall perl-Text-Template.noarch Package on Fedora 35

Last updated: October 13,2024

1. Install "perl-Text-Template.noarch" package

Please follow the guidelines below to install perl-Text-Template.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Text-Template.noarch

2. Uninstall "perl-Text-Template.noarch" package

Please follow the steps below to uninstall perl-Text-Template.noarch on Fedora 35:

$ sudo dnf remove perl-Text-Template.noarch $ sudo dnf autoremove

3. Information about the perl-Text-Template.noarch package on Fedora 35

Last metadata expiration check: 4:47:38 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Text-Template
Version : 1.60
Release : 1.fc35
Architecture : noarch
Size : 60 k
Source : perl-Text-Template-1.60-1.fc35.src.rpm
Repository : fedora
Summary : Expand template text with embedded Perl
URL : https://metacpan.org/release/Text-Template
License : GPL+ or Artistic
Description : This is a library for generating form letters, building HTML pages, or
: filling in templates generally. A 'template' is a piece of text that
: has little Perl programs embedded in it here and there. When you
: 'fill in' a template, you evaluate the little programs and replace
: them with their values.