How To Install perl-POE-Component-Server-XMLRPC on Fedora 36

In this tutorial we learn how to install perl-POE-Component-Server-XMLRPC in Fedora 36. perl-POE-Component-Server-XMLRPC is Publish POE event handlers via XMLRPC over HTTP

Introduction

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

What is perl-POE-Component-Server-XMLRPC

POE event handlers via XMLRPC over HTTP.

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

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

sudo dnf -y install perl-POE-Component-Server-XMLRPC

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

sudo yum -y install perl-POE-Component-Server-XMLRPC

How To Uninstall perl-POE-Component-Server-XMLRPC on Fedora 36

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

sudo dnf remove perl-POE-Component-Server-XMLRPC

perl-POE-Component-Server-XMLRPC Package Contents on Fedora 36

/usr/share/doc/perl-POE-Component-Server-XMLRPC
/usr/share/doc/perl-POE-Component-Server-XMLRPC/README
/usr/share/doc/perl-POE-Component-Server-XMLRPC/examples
/usr/share/doc/perl-POE-Component-Server-XMLRPC/examples/ping-client
/usr/share/doc/perl-POE-Component-Server-XMLRPC/examples/ping-server
/usr/share/man/man3/POE::Component::Server::XMLRPC.3pm.gz
/usr/share/perl5/vendor_perl/POE
/usr/share/perl5/vendor_perl/POE/Component
/usr/share/perl5/vendor_perl/POE/Component/Server
/usr/share/perl5/vendor_perl/POE/Component/Server/XMLRPC.pm

References

Summary

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