How to Install and Uninstall perl-POE.noarch Package on Fedora 34

Last updated: May 02,2024

1. Install "perl-POE.noarch" package

In this section, we are going to explain the necessary steps to install perl-POE.noarch on Fedora 34

$ 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 Fedora 34:

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

3. Information about the perl-POE.noarch package on Fedora 34

Last metadata expiration check: 4:57:20 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-POE
Version : 1.368
Release : 5.fc34
Architecture : noarch
Size : 471 k
Source : perl-POE-1.368-5.fc34.src.rpm
Repository : fedora
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.