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

Last updated: May 20,2024

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

This tutorial shows how to install perl-Filter-Encoding.noarch on Fedora 39

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

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

This guide let you learn how to uninstall perl-Filter-Encoding.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:10:23 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Filter-Encoding
Version : 0.01
Release : 21.fc39
Architecture : noarch
Size : 12 k
Source : perl-Filter-Encoding-0.01-21.fc39.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.