How To Install perl-RDF-NS on Fedora 36
Introduction
In this tutorial we learn how to install perl-RDF-NS
on Fedora 36.
What is perl-RDF-NS
Hard-coding URI name spaces and prefixes for RDF applications is neither fun nor maintainable. In the end we all use more or less the same prefix definitions, as collected at <http includes all these prefixes as defined at specific snapshots in time.
We can use yum
or dnf
to install perl-RDF-NS
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-RDF-NS.
Install perl-RDF-NS 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-RDF-NS
using dnf
by running the following command:
sudo dnf -y install perl-RDF-NS
Install perl-RDF-NS 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-RDF-NS
using yum
by running the following command:
sudo yum -y install perl-RDF-NS
How To Uninstall perl-RDF-NS on Fedora 36
To uninstall only the perl-RDF-NS
package we can use the following command:
sudo dnf remove perl-RDF-NS
perl-RDF-NS Package Contents on Fedora 36
/usr/bin/rdfns
/usr/share/doc/perl-RDF-NS
/usr/share/doc/perl-RDF-NS/Changes
/usr/share/doc/perl-RDF-NS/README
/usr/share/licenses/perl-RDF-NS
/usr/share/licenses/perl-RDF-NS/LICENSE
/usr/share/man/man1/rdfns.1.gz
/usr/share/man/man3/App::rdfns.3pm.gz
/usr/share/man/man3/RDF::NS.3pm.gz
/usr/share/man/man3/RDF::NS::Trine.3pm.gz
/usr/share/man/man3/RDF::NS::URIS.3pm.gz
/usr/share/man/man3/RDF::SN.3pm.gz
/usr/share/perl5/vendor_perl/App
/usr/share/perl5/vendor_perl/App/rdfns.pm
/usr/share/perl5/vendor_perl/RDF
/usr/share/perl5/vendor_perl/RDF/NS
/usr/share/perl5/vendor_perl/RDF/NS.pm
/usr/share/perl5/vendor_perl/RDF/NS/Trine.pm
/usr/share/perl5/vendor_perl/RDF/NS/URIS.pm
/usr/share/perl5/vendor_perl/RDF/SN.pm
/usr/share/perl5/vendor_perl/auto
/usr/share/perl5/vendor_perl/auto/share
/usr/share/perl5/vendor_perl/auto/share/dist
/usr/share/perl5/vendor_perl/auto/share/dist/RDF-NS
/usr/share/perl5/vendor_perl/auto/share/dist/RDF-NS/prefix.cc
References
Summary
In this tutorial we learn how to install perl-RDF-NS
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).