How To Install perl-RDF-NS-Curated on Fedora 36

In this tutorial we learn how to install perl-RDF-NS-Curated in Fedora 36. perl-RDF-NS-Curated is Curated set of RDF prefixes

Introduction

In this tutorial we learn how to install perl-RDF-NS-Curated on Fedora 36.

What is perl-RDF-NS-Curated

This contains a list of prefix and URI pairs that are commonly used in RDF. The intention is that prefixes in this list can be safely used in code that has a long lifetime. The list has been derived mostly from W3C standards documents, but also some popularity lists.

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

Install perl-RDF-NS-Curated 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-RDF-NS-Curated using dnf by running the following command:

sudo dnf -y install perl-RDF-NS-Curated

Install perl-RDF-NS-Curated 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-RDF-NS-Curated using yum by running the following command:

sudo yum -y install perl-RDF-NS-Curated

How To Uninstall perl-RDF-NS-Curated on Fedora 36

To uninstall only the perl-RDF-NS-Curated package we can use the following command:

sudo dnf remove perl-RDF-NS-Curated

perl-RDF-NS-Curated Package Contents on Fedora 36

/usr/share/doc/perl-RDF-NS-Curated
/usr/share/doc/perl-RDF-NS-Curated/COPYRIGHT
/usr/share/doc/perl-RDF-NS-Curated/CREDITS
/usr/share/doc/perl-RDF-NS-Curated/Changes
/usr/share/doc/perl-RDF-NS-Curated/README
/usr/share/licenses/perl-RDF-NS-Curated
/usr/share/licenses/perl-RDF-NS-Curated/LICENSE
/usr/share/man/man3/RDF::NS::Curated.3pm.gz
/usr/share/perl5/vendor_perl/RDF
/usr/share/perl5/vendor_perl/RDF/NS
/usr/share/perl5/vendor_perl/RDF/NS/Curated.pm

References

Summary

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