How To Install perl-PerlIO-utf8_strict on Fedora 36

In this tutorial we learn how to install perl-PerlIO-utf8_strict in Fedora 36. perl-PerlIO-utf8_strict is Fast and correct UTF-8 I/O

Introduction

In this tutorial we learn how to install perl-PerlIO-utf8_strict on Fedora 36.

What is perl-PerlIO-utf8_strict

This module provides a fast and correct UTF-8 PerlIO layer. Unlike perl’s default

We can use yum or dnf to install perl-PerlIO-utf8_strict on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-PerlIO-utf8_strict.

Install perl-PerlIO-utf8_strict 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-utf8_strict using dnf by running the following command:

sudo dnf -y install perl-PerlIO-utf8_strict

Install perl-PerlIO-utf8_strict 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-utf8_strict using yum by running the following command:

sudo yum -y install perl-PerlIO-utf8_strict

How To Uninstall perl-PerlIO-utf8_strict on Fedora 36

To uninstall only the perl-PerlIO-utf8_strict package we can use the following command:

sudo dnf remove perl-PerlIO-utf8_strict

perl-PerlIO-utf8_strict Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/69538de79ac2491bc5404816097fcdcd66d715
/usr/lib64/perl5/vendor_perl/PerlIO
/usr/lib64/perl5/vendor_perl/PerlIO/utf8_strict.pm
/usr/lib64/perl5/vendor_perl/auto/PerlIO
/usr/lib64/perl5/vendor_perl/auto/PerlIO/utf8_strict
/usr/lib64/perl5/vendor_perl/auto/PerlIO/utf8_strict/utf8_strict.so
/usr/share/doc/perl-PerlIO-utf8_strict
/usr/share/doc/perl-PerlIO-utf8_strict/Changes
/usr/share/doc/perl-PerlIO-utf8_strict/README
/usr/share/licenses/perl-PerlIO-utf8_strict
/usr/share/licenses/perl-PerlIO-utf8_strict/LICENSE
/usr/share/man/man3/PerlIO::utf8_strict.3pm.gz

References

Summary

In this tutorial we learn how to install perl-PerlIO-utf8_strict on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).