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

Last updated: October 09,2024

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

Please follow the instructions below to install perl-Filter-Encoding.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Filter-Encoding.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:44:18 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Filter-Encoding
Version : 0.01
Release : 17.fc36
Architecture : noarch
Size : 12 k
Source : perl-Filter-Encoding-0.01-17.fc36.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.