How to Install and Uninstall perl-Event.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 16,2024

1. Install "perl-Event.x86_64" package

Please follow the guidance below to install perl-Event.x86_64 on CentOS 8 / RHEL 8

$ 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 CentOS 8 / RHEL 8:

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

3. Information about the perl-Event.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:37:02 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-Event
Version : 1.27
Release : 1.el8
Architecture : x86_64
Size : 287 k
Source : perl-Event-1.27-1.el8.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.