How To Install perl-PerlIO-eol on Fedora 36
Introduction
In this tutorial we learn how to install perl-PerlIO-eol on Fedora 36.
What is perl-PerlIO-eol
This layer normalizes any of CR, LF, CRLF and Native into the designated line ending. It works for both input and output handles.
We can use yum or dnf to install perl-PerlIO-eol on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-PerlIO-eol.
Install perl-PerlIO-eol 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-PerlIO-eol using dnf by running the following command:
sudo dnf -y install perl-PerlIO-eol
Install perl-PerlIO-eol 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-PerlIO-eol using yum by running the following command:
sudo yum -y install perl-PerlIO-eol
How To Uninstall perl-PerlIO-eol on Fedora 36
To uninstall only the perl-PerlIO-eol package we can use the following command:
sudo dnf remove perl-PerlIO-eol
perl-PerlIO-eol Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/b73024c5bb1792963e2daef99b04ace1245d2c
/usr/lib64/perl5/vendor_perl/PerlIO
/usr/lib64/perl5/vendor_perl/PerlIO/eol.pm
/usr/lib64/perl5/vendor_perl/auto/PerlIO
/usr/lib64/perl5/vendor_perl/auto/PerlIO/eol
/usr/lib64/perl5/vendor_perl/auto/PerlIO/eol/eol.so
/usr/share/doc/perl-PerlIO-eol
/usr/share/doc/perl-PerlIO-eol/Changes
/usr/share/doc/perl-PerlIO-eol/README
/usr/share/licenses/perl-PerlIO-eol
/usr/share/licenses/perl-PerlIO-eol/LICENSE
/usr/share/man/man3/PerlIO::eol.3pm.gz
References
Summary
In this tutorial we learn how to install perl-PerlIO-eol on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).