How To Install perl-XML-RSS on Fedora 36

In this tutorial we learn how to install perl-XML-RSS in Fedora 36. perl-XML-RSS is Perl module for managing RDF Site Summary (RSS) files

Introduction

In this tutorial we learn how to install perl-XML-RSS on Fedora 36.

What is perl-XML-RSS

Perl module for managing RDF Site Summary (RSS) files.

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

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

sudo dnf -y install perl-XML-RSS

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

sudo yum -y install perl-XML-RSS

How To Uninstall perl-XML-RSS on Fedora 36

To uninstall only the perl-XML-RSS package we can use the following command:

sudo dnf remove perl-XML-RSS

perl-XML-RSS Package Contents on Fedora 36

/usr/share/doc/perl-XML-RSS
/usr/share/doc/perl-XML-RSS/Changes
/usr/share/doc/perl-XML-RSS/README
/usr/share/doc/perl-XML-RSS/TODO
/usr/share/doc/perl-XML-RSS/examples
/usr/share/doc/perl-XML-RSS/examples/0.9
/usr/share/doc/perl-XML-RSS/examples/0.9/create_rss.pl
/usr/share/doc/perl-XML-RSS/examples/0.9/linuxtoday.rdf
/usr/share/doc/perl-XML-RSS/examples/0.9/rss-0.9.dtd
/usr/share/doc/perl-XML-RSS/examples/0.9/slashdot.rdf
/usr/share/doc/perl-XML-RSS/examples/0.91
/usr/share/doc/perl-XML-RSS/examples/0.91/create_rss_0.91.pl
/usr/share/doc/perl-XML-RSS/examples/0.91/create_rss_0.91_full.pl
/usr/share/doc/perl-XML-RSS/examples/0.91/fm.rdf
/usr/share/doc/perl-XML-RSS/examples/0.91/fm0.91.rdf
/usr/share/doc/perl-XML-RSS/examples/0.91/fm0.91_full.rdf
/usr/share/doc/perl-XML-RSS/examples/0.91/rss-0.91.dtd
/usr/share/doc/perl-XML-RSS/examples/0.91/xmlnews.rdf
/usr/share/doc/perl-XML-RSS/examples/1.0
/usr/share/doc/perl-XML-RSS/examples/1.0/create_rss_1.0.pl
/usr/share/doc/perl-XML-RSS/examples/1.0/rss1.0.rdf
/usr/share/doc/perl-XML-RSS/examples/1.0/slash.rdf
/usr/share/doc/perl-XML-RSS/examples/1.0/update_rss_1.0.pl
/usr/share/doc/perl-XML-RSS/examples/2.0
/usr/share/doc/perl-XML-RSS/examples/2.0/flickr-rss-with-both-desc-and-media-desc.xml
/usr/share/doc/perl-XML-RSS/examples/2.0/rss-2.0-sample-from-rssboard-multiple-skip-days-and-hours.xml
/usr/share/doc/perl-XML-RSS/examples/README
/usr/share/doc/perl-XML-RSS/examples/convert.pl
/usr/share/doc/perl-XML-RSS/examples/create_rss_multiple.pl
/usr/share/doc/perl-XML-RSS/examples/rss2html.pl
/usr/share/doc/perl-XML-RSS/examples/rss_info.pl
/usr/share/doc/perl-XML-RSS/examples/update_rss.pl
/usr/share/man/man3/XML::RSS.3pm.gz
/usr/share/man/man3/XML::RSS::Private::Output::Base.3pm.gz
/usr/share/man/man3/XML::RSS::Private::Output::Roles::ImageDims.3pm.gz
/usr/share/man/man3/XML::RSS::Private::Output::Roles::ModulesElems.3pm.gz
/usr/share/man/man3/XML::RSS::Private::Output::V0_9.3pm.gz
/usr/share/man/man3/XML::RSS::Private::Output::V0_91.3pm.gz
/usr/share/man/man3/XML::RSS::Private::Output::V1_0.3pm.gz
/usr/share/man/man3/XML::RSS::Private::Output::V2_0.3pm.gz
/usr/share/perl5/vendor_perl/XML
/usr/share/perl5/vendor_perl/XML/RSS
/usr/share/perl5/vendor_perl/XML/RSS.pm
/usr/share/perl5/vendor_perl/XML/RSS/Private
/usr/share/perl5/vendor_perl/XML/RSS/Private/Output
/usr/share/perl5/vendor_perl/XML/RSS/Private/Output/Base.pm
/usr/share/perl5/vendor_perl/XML/RSS/Private/Output/Roles
/usr/share/perl5/vendor_perl/XML/RSS/Private/Output/Roles/ImageDims.pm
/usr/share/perl5/vendor_perl/XML/RSS/Private/Output/Roles/ModulesElems.pm
/usr/share/perl5/vendor_perl/XML/RSS/Private/Output/V0_9.pm
/usr/share/perl5/vendor_perl/XML/RSS/Private/Output/V0_91.pm
/usr/share/perl5/vendor_perl/XML/RSS/Private/Output/V1_0.pm
/usr/share/perl5/vendor_perl/XML/RSS/Private/Output/V2_0.pm

References

Summary

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