How to Install and Uninstall libtevent.x86_64 Package on CentOS Stream 9

Last updated: November 25,2024

1. Install "libtevent.x86_64" package

This guide covers the steps necessary to install libtevent.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install libtevent.x86_64

2. Uninstall "libtevent.x86_64" package

Please follow the steps below to uninstall libtevent.x86_64 on CentOS Stream 9:

$ sudo dnf remove libtevent.x86_64 $ sudo dnf autoremove

3. Information about the libtevent.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:22:55 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : libtevent
Version : 0.16.0
Release : 1.el9
Architecture : x86_64
Size : 48 k
Source : libtevent-0.16.0-1.el9.src.rpm
Repository : baseos
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.