How to Install and Uninstall perl-Event.x86_64 Package on Rocky Linux 9
Last updated: November 29,2024
1. Install "perl-Event.x86_64" package
This tutorial shows how to install perl-Event.x86_64 on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-Event.x86_64
Copied
2. Uninstall "perl-Event.x86_64" package
Please follow the guidance below to uninstall perl-Event.x86_64 on Rocky Linux 9:
$
sudo dnf remove
perl-Event.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Event.x86_64 package on Rocky Linux 9
Last metadata expiration check: 0:22:01 ago on Fri Feb 16 06:49:52 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.
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.