How to Install and Uninstall libtevent.i686 Package on Rocky Linux 9

Last updated: May 07,2024

1. Install "libtevent.i686" package

Learn how to install libtevent.i686 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install libtevent.i686

2. Uninstall "libtevent.i686" package

This guide let you learn how to uninstall libtevent.i686 on Rocky Linux 9:

$ sudo dnf remove libtevent.i686 $ sudo dnf autoremove

3. Information about the libtevent.i686 package on Rocky Linux 9

Last metadata expiration check: 1:46:23 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : libtevent
Version : 0.14.1
Release : 2.el9
Architecture : i686
Size : 47 k
Source : libtevent-0.14.1-2.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.