How to Install and Uninstall libtevent.i686 Package on Fedora 36

Last updated: January 17,2025

1. Install "libtevent.i686" package

Please follow the instructions below to install libtevent.i686 on Fedora 36

$ 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 Fedora 36:

$ sudo dnf remove libtevent.i686 $ sudo dnf autoremove

3. Information about the libtevent.i686 package on Fedora 36

Last metadata expiration check: 4:59:40 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : libtevent
Version : 0.12.1
Release : 1.fc36
Architecture : i686
Size : 48 k
Source : libtevent-0.12.1-1.fc36.src.rpm
Repository : updates
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.