How to Install and Uninstall perl-XRD-Parser.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "perl-XRD-Parser.noarch" package

Here is a brief guide to show you how to install perl-XRD-Parser.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-XRD-Parser.noarch

2. Uninstall "perl-XRD-Parser.noarch" package

Here is a brief guide to show you how to uninstall perl-XRD-Parser.noarch on Fedora 36:

$ sudo dnf remove perl-XRD-Parser.noarch $ sudo dnf autoremove

3. Information about the perl-XRD-Parser.noarch package on Fedora 36

Last metadata expiration check: 2:43:46 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-XRD-Parser
Version : 0.201
Release : 8.fc36
Architecture : noarch
Size : 32 k
Source : perl-XRD-Parser-0.201-8.fc36.src.rpm
Repository : fedora
Summary : Parse XRD and host-meta files into RDF::Trine models
URL : https://metacpan.org/release/XRD-Parser
License : GPL+ or Artistic
Description : 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::RDFa::Parser's interface.