How to Install and Uninstall perl-RDF-Prefixes.noarch Package on Fedora 38

Last updated: January 13,2025

1. Install "perl-RDF-Prefixes.noarch" package

This guide covers the steps necessary to install perl-RDF-Prefixes.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-RDF-Prefixes.noarch

2. Uninstall "perl-RDF-Prefixes.noarch" package

Please follow the instructions below to uninstall perl-RDF-Prefixes.noarch on Fedora 38:

$ sudo dnf remove perl-RDF-Prefixes.noarch $ sudo dnf autoremove

3. Information about the perl-RDF-Prefixes.noarch package on Fedora 38

Last metadata expiration check: 0:21:08 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : perl-RDF-Prefixes
Version : 0.005
Release : 19.fc38
Architecture : noarch
Size : 25 k
Source : perl-RDF-Prefixes-0.005-19.fc38.src.rpm
Repository : fedora
Summary : Simple way to turn URIs into QNames
URL : https://metacpan.org/release/RDF-Prefixes
License : (GPL+ or Artistic) and CC-BY-SA and Public Domain
Description : This Perl module generates pretty prefixes, reducing
: "http://purl.org/dc/terms" to "dc" rather than something too generic like like
: "ns01", and provides a context for keeping track of name spaces already used,
: so that when "http://purl.org/dc/elements/1.1/" is encountered, it won't stomp
: on the previous definition of "dc".