How To Install perl-DublinCore-Record on Fedora 36

In this tutorial we learn how to install perl-DublinCore-Record in Fedora 36. perl-DublinCore-Record is Container for Dublin Core meta-data elements

Introduction

In this tutorial we learn how to install perl-DublinCore-Record on Fedora 36.

What is perl-DublinCore-Record

DublinCore meta-data. The Dublin Core is a small set of meta-data elements for describing information resources. For more information on embedding DublinCore in HTML see RFC 2731 http http

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

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

sudo dnf -y install perl-DublinCore-Record

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

sudo yum -y install perl-DublinCore-Record

How To Uninstall perl-DublinCore-Record on Fedora 36

To uninstall only the perl-DublinCore-Record package we can use the following command:

sudo dnf remove perl-DublinCore-Record

perl-DublinCore-Record Package Contents on Fedora 36

/usr/share/doc/perl-DublinCore-Record
/usr/share/doc/perl-DublinCore-Record/Changes
/usr/share/doc/perl-DublinCore-Record/README
/usr/share/man/man3/DublinCore::Element.3pm.gz
/usr/share/man/man3/DublinCore::Record.3pm.gz
/usr/share/perl5/vendor_perl/DublinCore
/usr/share/perl5/vendor_perl/DublinCore/Element.pm
/usr/share/perl5/vendor_perl/DublinCore/Record.pm

References

Summary

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