How to Install and Uninstall perl-IO-Event.noarch Package on Fedora 36

Last updated: January 12,2025

1. Install "perl-IO-Event.noarch" package

Here is a brief guide to show you how to install perl-IO-Event.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-IO-Event.noarch

2. Uninstall "perl-IO-Event.noarch" package

Please follow the guidelines below to uninstall perl-IO-Event.noarch on Fedora 36:

$ sudo dnf remove perl-IO-Event.noarch $ sudo dnf autoremove

3. Information about the perl-IO-Event.noarch package on Fedora 36

Last metadata expiration check: 4:26:36 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-IO-Event
Version : 0.813
Release : 24.fc36
Architecture : noarch
Size : 40 k
Source : perl-IO-Event-0.813-24.fc36.src.rpm
Repository : fedora
Summary : Tied filehandles for nonblocking IO with object callbacks
URL : https://metacpan.org/release/IO-Event
License : GPL+ or Artistic
Description : IO::Event provides a object-based callback system for handling nonblocking
: IO. The design goal is to provide a system that just does the right thing
: w/o the user needing to think about it much.