How to Install and Uninstall libevent.x86_64 Package on Fedora 35

Last updated: May 03,2024

1. Install "libevent.x86_64" package

Learn how to install libevent.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install libevent.x86_64

2. Uninstall "libevent.x86_64" package

This guide covers the steps necessary to uninstall libevent.x86_64 on Fedora 35:

$ sudo dnf remove libevent.x86_64 $ sudo dnf autoremove

3. Information about the libevent.x86_64 package on Fedora 35

Last metadata expiration check: 0:04:52 ago on Wed Sep 7 02:25:42 2022.
Installed Packages
Name : libevent
Version : 2.1.12
Release : 4.fc35
Architecture : x86_64
Size : 910 k
Source : libevent-2.1.12-4.fc35.src.rpm
Repository : @System
From repo : fedora
Summary : Abstract asynchronous event notification library
URL : http://libevent.org/
License : BSD and ISC
Description : The libevent API provides a mechanism to execute a callback function
: when a specific event occurs on a file descriptor or after a timeout
: has been reached. libevent is meant to replace the asynchronous event
: loop found in event driven network servers. An application just needs
: to call event_dispatch() and can then add or remove events dynamically
: without having to change the event loop.