How to Install and Uninstall libtevent.x86_64 Package on Rocky Linux 8

Last updated: September 28,2024

1. Install "libtevent.x86_64" package

This guide let you learn how to install libtevent.x86_64 on Rocky Linux 8

$ 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 Rocky Linux 8:

$ sudo dnf remove libtevent.x86_64 $ sudo dnf autoremove

3. Information about the libtevent.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:20:01 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libtevent
Version : 0.11.0
Release : 0.el8
Architecture : x86_64
Size : 49 k
Source : libtevent-0.11.0-0.el8.src.rpm
Repository : baseos
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.