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

Last updated: September 18,2024

1. Install "libtevent.src" package

In this section, we are going to explain the necessary steps to install libtevent.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libtevent.src

2. Uninstall "libtevent.src" package

This guide covers the steps necessary to uninstall libtevent.src on Oracle Linux 8:

$ sudo dnf remove libtevent.src $ sudo dnf autoremove

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

Last metadata expiration check: 0:19:33 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libtevent
Version : 0.11.0
Release : 0.el8
Architecture : src
Size : 865 k
Source : None
Repository : ol8_baseos_latest
Summary : The tevent library
URL : http://tevent.samba.org/
License : LGPLv3+
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.