How to Install and Uninstall perl-Event.x86_64 Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "perl-Event.x86_64" package

Learn how to install perl-Event.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Event.x86_64

2. Uninstall "perl-Event.x86_64" package

Learn how to uninstall perl-Event.x86_64 on Oracle Linux 9:

$ sudo dnf remove perl-Event.x86_64 $ sudo dnf autoremove

3. Information about the perl-Event.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:24:38 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Event
Version : 1.28
Release : 1.el9
Architecture : x86_64
Size : 281 k
Source : perl-Event-1.28-1.el9.src.rpm
Repository : epel
Summary : Event loop processing
URL : https://metacpan.org/release/Event
License : GPL+ or Artistic
Description : The Event module provide a central facility to watch for various types of
: events and invoke a callback when these events occur. The idea is to delay the
: handling of events so that they may be dispatched in priority order when it is
: safe for callbacks to execute.