How To Install perl-MARC-XML on Fedora 36

In this tutorial we learn how to install perl-MARC-XML in Fedora 36. perl-MARC-XML is An extension to MARC

Introduction

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

What is perl-MARC-XML

MARC-XML is an extension to the MARC-Record distribution for working with XML data encoded using the MARC21slim XML schema from the Library of Congress. For more details see

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

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

sudo dnf -y install perl-MARC-XML

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

sudo yum -y install perl-MARC-XML

How To Uninstall perl-MARC-XML on Fedora 36

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

sudo dnf remove perl-MARC-XML

perl-MARC-XML Package Contents on Fedora 36

/usr/bin/marc2xml
/usr/bin/xml2marc
/usr/share/doc/perl-MARC-XML
/usr/share/doc/perl-MARC-XML/Changes
/usr/share/doc/perl-MARC-XML/README
/usr/share/man/man1/marc2xml.1.gz
/usr/share/man/man1/xml2marc.1.gz
/usr/share/man/man3/MARC::File::XML.3pm.gz
/usr/share/perl5/vendor_perl/MARC
/usr/share/perl5/vendor_perl/MARC/File
/usr/share/perl5/vendor_perl/MARC/File/XML.pm

References

Summary

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