How to Install and Uninstall perl-Template-Provider-Encoding.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "perl-Template-Provider-Encoding.noarch" package

This guide covers the steps necessary to install perl-Template-Provider-Encoding.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Template-Provider-Encoding.noarch

2. Uninstall "perl-Template-Provider-Encoding.noarch" package

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

$ sudo dnf remove perl-Template-Provider-Encoding.noarch $ sudo dnf autoremove

3. Information about the perl-Template-Provider-Encoding.noarch package on Fedora 34

Last metadata expiration check: 5:52:28 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Template-Provider-Encoding
Version : 0.10
Release : 36.fc34
Architecture : noarch
Size : 20 k
Source : perl-Template-Provider-Encoding-0.10-36.fc34.src.rpm
Repository : fedora
Summary : Explicitly declare encodings of your templates
URL : https://metacpan.org/release/Template-Provider-Encoding
License : GPL+ or Artistic
Description : Template::Provider::Encoding is a Template Provider subclass to decode
: template using its declaration. You have to declare encoding of the
: template in the 1st line of the template using the (fake) encoding TT
: plugin; otherwise the template is handled as utf-8.