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

Last updated: November 27,2024

1. Install "perl-Filter-Encoding.noarch" package

Please follow the step by step instructions below to install perl-Filter-Encoding.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Filter-Encoding.noarch

2. Uninstall "perl-Filter-Encoding.noarch" package

Please follow the step by step instructions below to uninstall perl-Filter-Encoding.noarch on Fedora 34:

$ sudo dnf remove perl-Filter-Encoding.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:30:53 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Filter-Encoding
Version : 0.01
Release : 14.fc34
Architecture : noarch
Size : 12 k
Source : perl-Filter-Encoding-0.01-14.fc34.src.rpm
Repository : fedora
Summary : Write your script in any encoding
URL : https://metacpan.org/release/Filter-Encoding
License : GPL+ or Artistic
Description : This module allows your code to be written in any ASCII-based encoding.
: Just pass the name of the encoding as an argument to use Filter::Encoding.
: The source code will be decoded and treated as though it had been written
: in UTF-8 with use utf8 in effect. That's all this module does.