How To Install perl-PerlIO-utf8_strict on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-PerlIO-utf8_strict
on Rocky Linux 8.
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 Rocky Linux 8. 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 Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8
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 Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/66
/usr/lib/.build-id/66/633fab32a3d54a3f8605c44dd95d6d4db21c03
/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 Rocky Linux 8 using yum and dnf.