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

Last updated: January 16,2025

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

Please follow the steps below to install perl-IO-Event.noarch on Fedora 35

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

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

Please follow the step by step instructions below to uninstall perl-IO-Event.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:37:34 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-IO-Event
Version : 0.813
Release : 23.fc35
Architecture : noarch
Size : 40 k
Source : perl-IO-Event-0.813-23.fc35.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.