How to Install and Uninstall perl-Text-Template.noarch Package on Rocky Linux 9

Last updated: May 17,2024

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

Please follow the steps below to install perl-Text-Template.noarch on Rocky Linux 9

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

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

Please follow the guidelines below to uninstall perl-Text-Template.noarch on Rocky Linux 9:

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

3. Information about the perl-Text-Template.noarch package on Rocky Linux 9

Last metadata expiration check: 1:59:20 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Text-Template
Version : 1.59
Release : 5.el9
Architecture : noarch
Size : 60 k
Source : perl-Text-Template-1.59-5.el9.src.rpm
Repository : appstream
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.