How To Install perl-Filter-Encoding on Fedora 36
Introduction
In this tutorial we learn how to install perl-Filter-Encoding on Fedora 36.
What is perl-Filter-Encoding
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 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.
We can use yum or dnf to install perl-Filter-Encoding on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Filter-Encoding.
Install perl-Filter-Encoding on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-Filter-Encoding using dnf by running the following command:
sudo dnf -y install perl-Filter-Encoding
Install perl-Filter-Encoding on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Filter-Encoding using yum by running the following command:
sudo yum -y install perl-Filter-Encoding
How To Uninstall perl-Filter-Encoding on Fedora 36
To uninstall only the perl-Filter-Encoding package we can use the following command:
sudo dnf remove perl-Filter-Encoding
perl-Filter-Encoding Package Contents on Fedora 36
/usr/share/doc/perl-Filter-Encoding
/usr/share/doc/perl-Filter-Encoding/Changes
/usr/share/doc/perl-Filter-Encoding/README
/usr/share/man/man3/Filter::Encoding.3pm.gz
/usr/share/perl5/vendor_perl/Filter
/usr/share/perl5/vendor_perl/Filter/Encoding.pm
References
Summary
In this tutorial we learn how to install perl-Filter-Encoding on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).