How to Install and Uninstall perl-POE.noarch Package on Oracle Linux 9

Last updated: April 29,2024

1. Install "perl-POE.noarch" package

Please follow the steps below to install perl-POE.noarch on Oracle Linux 9

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

2. Uninstall "perl-POE.noarch" package

Here is a brief guide to show you how to uninstall perl-POE.noarch on Oracle Linux 9:

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

3. Information about the perl-POE.noarch package on Oracle Linux 9

Last metadata expiration check: 0:20:50 ago on Thu Feb 15 07:50:05 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.