How To Install perl-MARC-Charset on Fedora 36

In this tutorial we learn how to install perl-MARC-Charset in Fedora 36. perl-MARC-Charset is Converts data encoded in MARC-8 to Unicode (UTF-8)

Introduction

In this tutorial we learn how to install perl-MARC-Charset on Fedora 36.

What is perl-MARC-Charset

MARC encoding to the Unicode UTF-8 encoding.

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

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

sudo dnf -y install perl-MARC-Charset

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

sudo yum -y install perl-MARC-Charset

How To Uninstall perl-MARC-Charset on Fedora 36

To uninstall only the perl-MARC-Charset package we can use the following command:

sudo dnf remove perl-MARC-Charset

perl-MARC-Charset Package Contents on Fedora 36

/usr/lib64/perl5/vendor_perl/MARC
/usr/lib64/perl5/vendor_perl/MARC/Charset
/usr/lib64/perl5/vendor_perl/MARC/Charset.pm
/usr/lib64/perl5/vendor_perl/MARC/Charset/Code.pm
/usr/lib64/perl5/vendor_perl/MARC/Charset/Compiler.pm
/usr/lib64/perl5/vendor_perl/MARC/Charset/Constants.pm
/usr/lib64/perl5/vendor_perl/MARC/Charset/Table
/usr/lib64/perl5/vendor_perl/MARC/Charset/Table.pm
/usr/share/doc/perl-MARC-Charset
/usr/share/doc/perl-MARC-Charset/Changes
/usr/share/doc/perl-MARC-Charset/README
/usr/share/man/man3/MARC::Charset.3pm.gz
/usr/share/man/man3/MARC::Charset::Code.3pm.gz
/usr/share/man/man3/MARC::Charset::Compiler.3pm.gz
/usr/share/man/man3/MARC::Charset::Constants.3pm.gz
/usr/share/man/man3/MARC::Charset::Table.3pm.gz

References

Summary

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