How To Install perl-XML-Atom-SimpleFeed on Fedora 36

In this tutorial we learn how to install perl-XML-Atom-SimpleFeed in Fedora 36. perl-XML-Atom-SimpleFeed is No-fuss generation of Atom syndication feeds

Introduction

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

What is perl-XML-Atom-SimpleFeed

This module provides a minimal API for generating Atom syndication feeds quickly and easily. It supports all aspects of the Atom format, but it has no provisions for generating feeds with extension elements.

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

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

sudo dnf -y install perl-XML-Atom-SimpleFeed

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

sudo yum -y install perl-XML-Atom-SimpleFeed

How To Uninstall perl-XML-Atom-SimpleFeed on Fedora 36

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

sudo dnf remove perl-XML-Atom-SimpleFeed

perl-XML-Atom-SimpleFeed Package Contents on Fedora 36

/usr/share/doc/perl-XML-Atom-SimpleFeed
/usr/share/doc/perl-XML-Atom-SimpleFeed/Changes
/usr/share/doc/perl-XML-Atom-SimpleFeed/README
/usr/share/licenses/perl-XML-Atom-SimpleFeed
/usr/share/licenses/perl-XML-Atom-SimpleFeed/LICENSE
/usr/share/man/man3/XML::Atom::SimpleFeed.3pm.gz
/usr/share/perl5/vendor_perl/XML
/usr/share/perl5/vendor_perl/XML/Atom
/usr/share/perl5/vendor_perl/XML/Atom/SimpleFeed.pm
/usr/share/perl5/vendor_perl/XML/Atom/boilerplate.pl

References

Summary

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