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

In this tutorial we learn how to install perl-POE-Component-SSLify in Fedora 36. perl-POE-Component-SSLify is Makes using SSL in the world of POE easy!

Introduction

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

What is perl-POE-Component-SSLify

This component represents the standard way to do SSL in POE.

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

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

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

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

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

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

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

sudo dnf remove perl-POE-Component-SSLify

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

/usr/share/doc/perl-POE-Component-SSLify
/usr/share/doc/perl-POE-Component-SSLify/Changes
/usr/share/doc/perl-POE-Component-SSLify/README
/usr/share/licenses/perl-POE-Component-SSLify
/usr/share/licenses/perl-POE-Component-SSLify/LICENSE
/usr/share/man/man3/POE::Component::SSLify.3pm.gz
/usr/share/man/man3/POE::Component::SSLify::ClientHandle.3pm.gz
/usr/share/man/man3/POE::Component::SSLify::ServerHandle.3pm.gz
/usr/share/perl5/vendor_perl/POE
/usr/share/perl5/vendor_perl/POE/Component
/usr/share/perl5/vendor_perl/POE/Component/SSLify
/usr/share/perl5/vendor_perl/POE/Component/SSLify.pm
/usr/share/perl5/vendor_perl/POE/Component/SSLify/ClientHandle.pm
/usr/share/perl5/vendor_perl/POE/Component/SSLify/ServerHandle.pm

References

Summary

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