How To Install perl-RDF-Prefixes on Fedora 36

In this tutorial we learn how to install perl-RDF-Prefixes in Fedora 36. perl-RDF-Prefixes is Simple way to turn URIs into QNames

Introduction

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

What is perl-RDF-Prefixes

This Perl module generates pretty prefixes, reducing “http “ns01”, and provides a context for keeping track of name spaces already used, so that when “http on the previous definition of “dc”.

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

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

sudo dnf -y install perl-RDF-Prefixes

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

sudo yum -y install perl-RDF-Prefixes

How To Uninstall perl-RDF-Prefixes on Fedora 36

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

sudo dnf remove perl-RDF-Prefixes

perl-RDF-Prefixes Package Contents on Fedora 36

/usr/share/doc/perl-RDF-Prefixes
/usr/share/doc/perl-RDF-Prefixes/CONTRIBUTING
/usr/share/doc/perl-RDF-Prefixes/COPYRIGHT
/usr/share/doc/perl-RDF-Prefixes/CREDITS
/usr/share/doc/perl-RDF-Prefixes/Changes
/usr/share/doc/perl-RDF-Prefixes/README
/usr/share/doc/perl-RDF-Prefixes/examples
/usr/share/doc/perl-RDF-Prefixes/examples/basic.pl
/usr/share/licenses/perl-RDF-Prefixes
/usr/share/licenses/perl-RDF-Prefixes/LICENSE
/usr/share/man/man3/RDF::Prefixes.3pm.gz
/usr/share/perl5/vendor_perl/RDF
/usr/share/perl5/vendor_perl/RDF/Prefixes.pm

References

Summary

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