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

Last updated: October 04,2024

1. Install "libtevent.i686" package

Please follow the guidelines below to install libtevent.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install libtevent.i686

2. Uninstall "libtevent.i686" package

Please follow the steps below to uninstall libtevent.i686 on Fedora 38:

$ sudo dnf remove libtevent.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 5:21:18 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : libtevent
Version : 0.14.1
Release : 1.fc38
Architecture : i686
Size : 49 k
Source : libtevent-0.14.1-1.fc38.src.rpm
Repository : fedora
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.