How to Install and Uninstall libtevent.i686 Package on CentOS 8 / RHEL 8

Last updated: May 21,2024

1. Install "libtevent.i686" package

Here is a brief guide to show you how to install libtevent.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libtevent.i686

2. Uninstall "libtevent.i686" package

This is a short guide on how to uninstall libtevent.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove libtevent.i686 $ sudo dnf autoremove

3. Information about the libtevent.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:52:58 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libtevent
Version : 0.10.2
Release : 2.el8
Architecture : i686
Size : 52 k
Source : libtevent-0.10.2-2.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.