How To Install perl-RDF-TriN3 on Fedora 36

In this tutorial we learn how to install perl-RDF-TriN3 in Fedora 36. perl-RDF-TriN3 is Notation 3 extensions for RDF

Introduction

In this tutorial we learn how to install perl-RDF-TriN3 on Fedora 36.

What is perl-RDF-TriN3

This Perl module extends RDF it provides subclass for representing Notation 3 formulae literals.

We can use yum or dnf to install perl-RDF-TriN3 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-RDF-TriN3.

Install perl-RDF-TriN3 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-TriN3 using dnf by running the following command:

sudo dnf -y install perl-RDF-TriN3

Install perl-RDF-TriN3 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-TriN3 using yum by running the following command:

sudo yum -y install perl-RDF-TriN3

How To Uninstall perl-RDF-TriN3 on Fedora 36

To uninstall only the perl-RDF-TriN3 package we can use the following command:

sudo dnf remove perl-RDF-TriN3

perl-RDF-TriN3 Package Contents on Fedora 36

/usr/share/doc/perl-RDF-TriN3
/usr/share/doc/perl-RDF-TriN3/CONTRIBUTING
/usr/share/doc/perl-RDF-TriN3/COPYRIGHT
/usr/share/doc/perl-RDF-TriN3/CREDITS
/usr/share/doc/perl-RDF-TriN3/Changes
/usr/share/doc/perl-RDF-TriN3/README
/usr/share/licenses/perl-RDF-TriN3
/usr/share/licenses/perl-RDF-TriN3/LICENSE
/usr/share/man/man3/RDF::TriN3.3pm.gz
/usr/share/man/man3/RDF::Trine::Node::Formula.3pm.gz
/usr/share/man/man3/RDF::Trine::Parser::Notation3.3pm.gz
/usr/share/man/man3/RDF::Trine::Parser::ShorthandRDF.3pm.gz
/usr/share/man/man3/RDF::Trine::Serializer::Notation3.3pm.gz
/usr/share/man/man3/RDF::TrineX::Parser::Pretdsl.3pm.gz
/usr/share/perl5/vendor_perl/RDF
/usr/share/perl5/vendor_perl/RDF/TriN3.pm
/usr/share/perl5/vendor_perl/RDF/Trine
/usr/share/perl5/vendor_perl/RDF/Trine/Node
/usr/share/perl5/vendor_perl/RDF/Trine/Node/Formula.pm
/usr/share/perl5/vendor_perl/RDF/Trine/Parser
/usr/share/perl5/vendor_perl/RDF/Trine/Parser/Notation3.pm
/usr/share/perl5/vendor_perl/RDF/Trine/Parser/ShorthandRDF.pm
/usr/share/perl5/vendor_perl/RDF/Trine/Serializer
/usr/share/perl5/vendor_perl/RDF/Trine/Serializer/Notation3.pm
/usr/share/perl5/vendor_perl/RDF/TrineX
/usr/share/perl5/vendor_perl/RDF/TrineX/Parser
/usr/share/perl5/vendor_perl/RDF/TrineX/Parser/Pretdsl.pm

References

Summary

In this tutorial we learn how to install perl-RDF-TriN3 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).