How to Install and Uninstall perl-POE.noarch Package on Rocky Linux 8

Last updated: September 28,2024

1. Install "perl-POE.noarch" package

Please follow the step by step instructions below to install perl-POE.noarch on Rocky Linux 8

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

2. Uninstall "perl-POE.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-POE.noarch on Rocky Linux 8:

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

3. Information about the perl-POE.noarch package on Rocky Linux 8

Last metadata expiration check: 0:53:04 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-POE
Version : 1.368
Release : 5.el8
Architecture : noarch
Size : 503 k
Source : perl-POE-1.368-5.el8.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.