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

Last updated: October 08,2024

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

Please follow the guidelines below to install perl-XRD-Parser.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall perl-XRD-Parser.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:46:31 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-XRD-Parser
Version : 0.201
Release : 5.fc34
Architecture : noarch
Size : 32 k
Source : perl-XRD-Parser-0.201-5.fc34.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.