How To Install perl-Encode-JIS2K on Fedora 36
Introduction
In this tutorial we learn how to install perl-Encode-JIS2K on Fedora 36.
What is perl-Encode-JIS2K
This module implements encodings that covers JIS X 0213 charset (AKA JIS 2000, hence the module name).
We can use yum or dnf to install perl-Encode-JIS2K on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Encode-JIS2K.
Install perl-Encode-JIS2K 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-Encode-JIS2K using dnf by running the following command:
sudo dnf -y install perl-Encode-JIS2K
Install perl-Encode-JIS2K 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-Encode-JIS2K using yum by running the following command:
sudo yum -y install perl-Encode-JIS2K
How To Uninstall perl-Encode-JIS2K on Fedora 36
To uninstall only the perl-Encode-JIS2K package we can use the following command:
sudo dnf remove perl-Encode-JIS2K
perl-Encode-JIS2K Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/df26da57d70dccdba1b5b0cd0faf2ca95a5fc2
/usr/lib64/perl5/vendor_perl/Encode
/usr/lib64/perl5/vendor_perl/Encode/JIS2K
/usr/lib64/perl5/vendor_perl/Encode/JIS2K.pm
/usr/lib64/perl5/vendor_perl/Encode/JIS2K/2022JP3.pm
/usr/lib64/perl5/vendor_perl/auto/Encode
/usr/lib64/perl5/vendor_perl/auto/Encode/JIS2K
/usr/lib64/perl5/vendor_perl/auto/Encode/JIS2K/JIS2K.so
/usr/share/doc/perl-Encode-JIS2K
/usr/share/doc/perl-Encode-JIS2K/Changes
/usr/share/doc/perl-Encode-JIS2K/README
References
Summary
In this tutorial we learn how to install perl-Encode-JIS2K on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).