How To Install perl-POE-Test-Loops on Rocky Linux 8

In this tutorial we learn how to install perl-POE-Test-Loops on Rocky Linux 8. perl-POE-Test-Loops is Reusable tests for POE

Introduction

In this tutorial we learn how to install perl-POE-Test-Loops on Rocky Linux 8.

What is perl-POE-Test-Loops

POE the loop tests for one or more POE page also documents the POE

We can use yum or dnf to install perl-POE-Test-Loops on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-POE-Test-Loops.

Install perl-POE-Test-Loops on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-POE-Test-Loops using dnf by running the following command:

sudo dnf -y install perl-POE-Test-Loops

Install perl-POE-Test-Loops on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-POE-Test-Loops using yum by running the following command:

sudo yum -y install perl-POE-Test-Loops

How To Uninstall perl-POE-Test-Loops on Rocky Linux 8

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

sudo dnf remove perl-POE-Test-Loops

perl-POE-Test-Loops Package Contents on Rocky Linux 8

/usr/bin/poe-gen-tests
/usr/share/doc/perl-POE-Test-Loops
/usr/share/doc/perl-POE-Test-Loops/CHANGES
/usr/share/doc/perl-POE-Test-Loops/README
/usr/share/licenses/perl-POE-Test-Loops
/usr/share/licenses/perl-POE-Test-Loops/LICENSE
/usr/share/man/man1/poe-gen-tests.1.gz
/usr/share/man/man3/POE::Test::Loops.3pm.gz
/usr/share/perl5/vendor_perl/POE
/usr/share/perl5/vendor_perl/POE/Test
/usr/share/perl5/vendor_perl/POE/Test/DondeEstan.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops
/usr/share/perl5/vendor_perl/POE/Test/Loops.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/00_info.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/all_errors.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/comp_tcp.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/comp_tcp_concurrent.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/connect_errors.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/k_alarms.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/k_aliases.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/k_detach.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/k_run_returns.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/k_selects.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/k_sig_child.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/k_signals.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/k_signals_rerun.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/sbk_signal_init.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/ses_nfa.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/ses_session.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/wheel_accept.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/wheel_curses.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/wheel_readline.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/wheel_readwrite.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/wheel_run.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/wheel_run_size.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/wheel_sf_ipv6.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/wheel_sf_tcp.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/wheel_sf_udp.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/wheel_sf_unix.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/wheel_tail.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/z_kogman_sig_order.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/z_leolo_wheel_run.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/z_merijn_sigchld_system.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/z_rt39872_sigchld.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/z_rt39872_sigchld_stop.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/z_rt53302_fh_watchers.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/z_rt54319_bazerka_followtail.pm
/usr/share/perl5/vendor_perl/POE/Test/Loops/z_steinert_signal_integrity.pm

References

Summary

In this tutorial we learn how to install perl-POE-Test-Loops on Rocky Linux 8 using yum and dnf.