How To Install perl-Encode-EUCJPASCII on Fedora 36

In this tutorial we learn how to install perl-Encode-EUCJPASCII in Fedora 36. perl-Encode-EUCJPASCII is EucJP-ascii - An eucJP-open mapping

Introduction

In this tutorial we learn how to install perl-Encode-EUCJPASCII on Fedora 36.

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 Fedora 36. 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 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-EUCJPASCII using dnf by running the following command:

sudo dnf -y install perl-Encode-EUCJPASCII

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

sudo yum -y install perl-Encode-EUCJPASCII

How To Uninstall perl-Encode-EUCJPASCII on Fedora 36

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 Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/56
/usr/lib/.build-id/56/83d5b1d6095a4efb0846d964bb05b0df9066af
/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 Fedora 36 using yum and [dnf]((/fedora/36/dnf/).