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

Last updated: October 05,2024

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

This tutorial shows how to install perl-IO-Event.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall perl-IO-Event.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:49:15 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-IO-Event
Version : 0.813
Release : 21.fc34
Architecture : noarch
Size : 41 k
Source : perl-IO-Event-0.813-21.fc34.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.