How to Install and Uninstall perl-Text-Template.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: January 16,2025

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

Please follow the step by step instructions below to install perl-Text-Template.noarch on Red Hat Enterprise Linux 9 (RHEL 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 Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Text-Template.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:52:00 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Text-Template
Version : 1.59
Release : 5.el9
Architecture : noarch
Size : 63 k
Source : perl-Text-Template-1.59-5.el9.src.rpm
Repository : ubi-9-appstream-rpms
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.