How To Install perl-Module-Install-RDF on Fedora 36
Introduction
In this tutorial we learn how to install perl-Module-Install-RDF on Fedora 36.
What is perl-Module-Install-RDF
These Perl modules read all the RDF files it can find in the distribution’s “meta” directory and expose them for other modules to make use of them. They also allow you to write out a combined graph using Turtle.
We can use yum or dnf to install perl-Module-Install-RDF on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Module-Install-RDF.
Install perl-Module-Install-RDF 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-Module-Install-RDF using dnf by running the following command:
sudo dnf -y install perl-Module-Install-RDF
Install perl-Module-Install-RDF 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-Module-Install-RDF using yum by running the following command:
sudo yum -y install perl-Module-Install-RDF
How To Uninstall perl-Module-Install-RDF on Fedora 36
To uninstall only the perl-Module-Install-RDF package we can use the following command:
sudo dnf remove perl-Module-Install-RDF
perl-Module-Install-RDF Package Contents on Fedora 36
/usr/share/doc/perl-Module-Install-RDF
/usr/share/doc/perl-Module-Install-RDF/CONTRIBUTING
/usr/share/doc/perl-Module-Install-RDF/COPYRIGHT
/usr/share/doc/perl-Module-Install-RDF/CREDITS
/usr/share/doc/perl-Module-Install-RDF/Changes
/usr/share/doc/perl-Module-Install-RDF/README
/usr/share/doc/perl-Module-Install-RDF/TODO
/usr/share/licenses/perl-Module-Install-RDF
/usr/share/licenses/perl-Module-Install-RDF/LICENSE
/usr/share/man/man3/Module::Install::Admin::RDF.3pm.gz
/usr/share/man/man3/Module::Install::RDF.3pm.gz
/usr/share/perl5/vendor_perl/Module
/usr/share/perl5/vendor_perl/Module/Install
/usr/share/perl5/vendor_perl/Module/Install/Admin
/usr/share/perl5/vendor_perl/Module/Install/Admin/RDF.pm
/usr/share/perl5/vendor_perl/Module/Install/RDF.pm
References
Summary
In this tutorial we learn how to install perl-Module-Install-RDF on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).