How To Install perl-POE-Component-Syndicator on Fedora 36

In this tutorial we learn how to install perl-POE-Component-Syndicator in Fedora 36. perl-POE-Component-Syndicator is POE component base class which implements the Observer pattern

Introduction

In this tutorial we learn how to install perl-POE-Component-Syndicator on Fedora 36.

What is perl-POE-Component-Syndicator

POE handle a persistent resource (e.g. a connection to an IRC server) for one or more sessions in an extendable way.

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

Install perl-POE-Component-Syndicator 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-POE-Component-Syndicator using dnf by running the following command:

sudo dnf -y install perl-POE-Component-Syndicator

Install perl-POE-Component-Syndicator 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-POE-Component-Syndicator using yum by running the following command:

sudo yum -y install perl-POE-Component-Syndicator

How To Uninstall perl-POE-Component-Syndicator on Fedora 36

To uninstall only the perl-POE-Component-Syndicator package we can use the following command:

sudo dnf remove perl-POE-Component-Syndicator

perl-POE-Component-Syndicator Package Contents on Fedora 36

/usr/share/doc/perl-POE-Component-Syndicator
/usr/share/doc/perl-POE-Component-Syndicator/Changes
/usr/share/doc/perl-POE-Component-Syndicator/LICENSE
/usr/share/doc/perl-POE-Component-Syndicator/META.json
/usr/share/doc/perl-POE-Component-Syndicator/README
/usr/share/doc/perl-POE-Component-Syndicator/dist.ini
/usr/share/doc/perl-POE-Component-Syndicator/xt
/usr/share/doc/perl-POE-Component-Syndicator/xt/perl_critic.t
/usr/share/doc/perl-POE-Component-Syndicator/xt/perl_critic_t.t
/usr/share/doc/perl-POE-Component-Syndicator/xt/perlcriticrc
/usr/share/doc/perl-POE-Component-Syndicator/xt/perlcriticrc_t
/usr/share/doc/perl-POE-Component-Syndicator/xt/pod.t
/usr/share/doc/perl-POE-Component-Syndicator/xt/pod_coverage.t
/usr/share/man/man3/POE::Component::Syndicator.3pm.gz
/usr/share/perl5/vendor_perl/POE
/usr/share/perl5/vendor_perl/POE/Component
/usr/share/perl5/vendor_perl/POE/Component/Syndicator.pm

References

Summary

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