How to Install and Uninstall libtevent.src Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "libtevent.src" package

Please follow the step by step instructions below to install libtevent.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libtevent.src

2. Uninstall "libtevent.src" package

Please follow the instructions below to uninstall libtevent.src on Oracle Linux 9:

$ sudo dnf remove libtevent.src $ sudo dnf autoremove

3. Information about the libtevent.src package on Oracle Linux 9

Last metadata expiration check: 2:21:55 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libtevent
Version : 0.14.1
Release : 2.el9
Architecture : src
Size : 877 k
Source : None
Repository : ol9_baseos_latest
Summary : The tevent library
URL : http://tevent.samba.org/
License : LGPL-3.0-or-later
Description : Tevent is an event system based on the talloc memory management library.
: Tevent has support for many event types, including timers, signals, and
: the classic file descriptor events.
: Tevent also provide helpers to deal with asynchronous code providing the
: tevent_req (Tevent Request) functions.