How to Install and Uninstall perl-POE.noarch Package on CentOS Stream 9

Last updated: September 29,2024

1. Install "perl-POE.noarch" package

Please follow the guidelines below to install perl-POE.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install perl-POE.noarch

2. Uninstall "perl-POE.noarch" package

Please follow the step by step instructions below to uninstall perl-POE.noarch on CentOS Stream 9:

$ sudo dnf remove perl-POE.noarch $ sudo dnf autoremove

3. Information about the perl-POE.noarch package on CentOS Stream 9

Last metadata expiration check: 2:23:35 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-POE
Version : 1.368
Release : 11.el9
Architecture : noarch
Size : 470 k
Source : perl-POE-1.368-11.el9.src.rpm
Repository : epel
Summary : Portable multitasking and networking framework for event loops
URL : https://metacpan.org/release/POE
License : GPL+ or Artistic
Description : POE is a framework for cooperative, event driven multitasking in Perl. It
: provides a unified interface for several event loops, including select(),
: IO::Poll, Glib, Gtk, Tk, Wx, and Gtk2. Many of these event loop interfaces
: were written by others, with the help of POE::Test::Loops.