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

Last updated: September 21,2024

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

This is a short guide on how to install perl-XRD-Parser.noarch on Fedora 39

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

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

This guide let you learn how to uninstall perl-XRD-Parser.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:38:53 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-XRD-Parser
Version : 0.201
Release : 12.fc39
Architecture : noarch
Size : 32 k
Source : perl-XRD-Parser-0.201-12.fc39.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.