How to Install and Uninstall perl-Event-Lib.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-Event-Lib.x86_64" package

Please follow the step by step instructions below to install perl-Event-Lib.x86_64 on Fedora 34

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

2. Uninstall "perl-Event-Lib.x86_64" package

Please follow the guidelines below to uninstall perl-Event-Lib.x86_64 on Fedora 34:

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

3. Information about the perl-Event-Lib.x86_64 package on Fedora 34

Last metadata expiration check: 0:24:14 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Event-Lib
Version : 1.03
Release : 48.fc34
Architecture : x86_64
Size : 54 k
Source : perl-Event-Lib-1.03-48.fc34.src.rpm
Repository : fedora
Summary : Perl wrapper around libevent
URL : https://metacpan.org/release/Event-Lib
License : GPL+ or Artistic
Description : This module is a Perl wrapper around libevent(3) as available from
: http://monkey.org/~provos/libevent/. It allows to execute a function
: whenever a given event on a filehandle happens, a timeout occurs or a signal is
: received.