How to Install and Uninstall libevent.x86_64 Package on AlmaLinux 8
Last updated: November 29,2024
1. Install "libevent.x86_64" package
Please follow the instructions below to install libevent.x86_64 on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
libevent.x86_64
Copied
2. Uninstall "libevent.x86_64" package
This is a short guide on how to uninstall libevent.x86_64 on AlmaLinux 8:
$
sudo dnf remove
libevent.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the libevent.x86_64 package on AlmaLinux 8
Last metadata expiration check: 0:04:20 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : libevent
Version : 2.1.8
Release : 5.el8
Architecture : x86_64
Size : 253 k
Source : libevent-2.1.8-5.el8.src.rpm
Repository : baseos
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.
Available Packages
Name : libevent
Version : 2.1.8
Release : 5.el8
Architecture : x86_64
Size : 253 k
Source : libevent-2.1.8-5.el8.src.rpm
Repository : baseos
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.