How To Install perl-Encode-EUCJPASCII on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Encode-EUCJPASCII
on Rocky Linux 8.
What is perl-Encode-EUCJPASCII
This module provides eucJP-ascii, one of eucJP-open mappings, and its derivative.
We can use yum
or dnf
to install perl-Encode-EUCJPASCII
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Encode-EUCJPASCII.
Install perl-Encode-EUCJPASCII 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-Encode-EUCJPASCII
using dnf
by running the following command:
sudo dnf -y install perl-Encode-EUCJPASCII
Install perl-Encode-EUCJPASCII 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-Encode-EUCJPASCII
using yum
by running the following command:
sudo yum -y install perl-Encode-EUCJPASCII
How To Uninstall perl-Encode-EUCJPASCII on Rocky Linux 8
To uninstall only the perl-Encode-EUCJPASCII
package we can use the following command:
sudo dnf remove perl-Encode-EUCJPASCII
perl-Encode-EUCJPASCII Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/8b008475c1f661bc53f74c0482ffc7fde6efb1
/usr/lib64/perl5/vendor_perl/Encode
/usr/lib64/perl5/vendor_perl/Encode/EUCJPASCII.pm
/usr/lib64/perl5/vendor_perl/auto/Encode
/usr/lib64/perl5/vendor_perl/auto/Encode/EUCJPASCII
/usr/lib64/perl5/vendor_perl/auto/Encode/EUCJPASCII/EUCJPASCII.so
/usr/share/doc/perl-Encode-EUCJPASCII
/usr/share/doc/perl-Encode-EUCJPASCII/Changes
/usr/share/doc/perl-Encode-EUCJPASCII/README
References
Summary
In this tutorial we learn how to install perl-Encode-EUCJPASCII
on Rocky Linux 8 using yum and dnf.