How To Install perl-Test-POE-Client-TCP on Fedora 36

In this tutorial we learn how to install perl-Test-POE-Client-TCP in Fedora 36. perl-Test-POE-Client-TCP is POE Component providing TCP client services for test cases

Introduction

In this tutorial we learn how to install perl-Test-POE-Client-TCP on Fedora 36.

What is perl-Test-POE-Client-TCP

Test framework for inclusion in client component test cases, instead of having to roll your own.

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

Install perl-Test-POE-Client-TCP 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-Test-POE-Client-TCP using dnf by running the following command:

sudo dnf -y install perl-Test-POE-Client-TCP

Install perl-Test-POE-Client-TCP 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-Test-POE-Client-TCP using yum by running the following command:

sudo yum -y install perl-Test-POE-Client-TCP

How To Uninstall perl-Test-POE-Client-TCP on Fedora 36

To uninstall only the perl-Test-POE-Client-TCP package we can use the following command:

sudo dnf remove perl-Test-POE-Client-TCP

perl-Test-POE-Client-TCP Package Contents on Fedora 36

/usr/share/doc/perl-Test-POE-Client-TCP
/usr/share/doc/perl-Test-POE-Client-TCP/Changes
/usr/share/doc/perl-Test-POE-Client-TCP/Changes.old
/usr/share/doc/perl-Test-POE-Client-TCP/README
/usr/share/doc/perl-Test-POE-Client-TCP/examples
/usr/share/doc/perl-Test-POE-Client-TCP/examples/synopsis.pl
/usr/share/licenses/perl-Test-POE-Client-TCP
/usr/share/licenses/perl-Test-POE-Client-TCP/LICENSE
/usr/share/man/man3/Test::POE::Client::TCP.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/POE
/usr/share/perl5/vendor_perl/Test/POE/Client
/usr/share/perl5/vendor_perl/Test/POE/Client/TCP.pm

References

Summary

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