How To Install perl-IO-Event on Fedora 36
Introduction
In this tutorial we learn how to install perl-IO-Event
on Fedora 36.
What is perl-IO-Event
IO 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.
We can use yum
or dnf
to install perl-IO-Event
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-IO-Event.
Install perl-IO-Event on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-IO-Event
using dnf
by running the following command:
sudo dnf -y install perl-IO-Event
Install perl-IO-Event on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-IO-Event
using yum
by running the following command:
sudo yum -y install perl-IO-Event
How To Uninstall perl-IO-Event on Fedora 36
To uninstall only the perl-IO-Event
package we can use the following command:
sudo dnf remove perl-IO-Event
perl-IO-Event Package Contents on Fedora 36
/usr/share/doc/perl-IO-Event
/usr/share/doc/perl-IO-Event/Changes
/usr/share/doc/perl-IO-Event/README
/usr/share/man/man3/IO::Event.3pm.gz
/usr/share/man/man3/IO::Event::Callback.3pm.gz
/usr/share/perl5/vendor_perl/IO
/usr/share/perl5/vendor_perl/IO/Event
/usr/share/perl5/vendor_perl/IO/Event.pm
/usr/share/perl5/vendor_perl/IO/Event.pod
/usr/share/perl5/vendor_perl/IO/Event/AnyEvent.pm
/usr/share/perl5/vendor_perl/IO/Event/Callback.pm
/usr/share/perl5/vendor_perl/IO/Event/Emulate.pm
/usr/share/perl5/vendor_perl/IO/Event/Event.pm
References
Summary
In this tutorial we learn how to install perl-IO-Event
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).