How To Install perl-XRD-Parser on Fedora 36

In this tutorial we learn how to install perl-XRD-Parser in Fedora 36. perl-XRD-Parser is Parse XRD and host-meta files into RDF

Introduction

In this tutorial we learn how to install perl-XRD-Parser on Fedora 36.

What is perl-XRD-Parser

While XRD has a rather different history, it turns out it can mostly be thought of as a serialization format for a limited subset of RDF. This parser ignores the order of Link elements, as RDF is a graph format with no concept of statements coming in an “order”. The XRD spec says that grokking the order of Link elements is only a SHOULD. That said, if you’re concerned about the order of Link elements, the callback routines allowed by this package may be of use. This package aims to be roughly compatible with RDF

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

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

sudo dnf -y install perl-XRD-Parser

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

sudo yum -y install perl-XRD-Parser

How To Uninstall perl-XRD-Parser on Fedora 36

To uninstall only the perl-XRD-Parser package we can use the following command:

sudo dnf remove perl-XRD-Parser

perl-XRD-Parser Package Contents on Fedora 36

/usr/share/doc/perl-XRD-Parser
/usr/share/doc/perl-XRD-Parser/Changes
/usr/share/doc/perl-XRD-Parser/README
/usr/share/doc/perl-XRD-Parser/examples
/usr/share/doc/perl-XRD-Parser/examples/basic.pl
/usr/share/doc/perl-XRD-Parser/examples/hostmeta.pl
/usr/share/licenses/perl-XRD-Parser
/usr/share/licenses/perl-XRD-Parser/LICENSE
/usr/share/man/man3/XRD::Parser.3pm.gz
/usr/share/perl5/vendor_perl/XRD
/usr/share/perl5/vendor_perl/XRD/Parser.pm

References

Summary

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