How to Install and Uninstall libtevent.i686 Package on Amazon Linux 2

Last updated: May 18,2024

1. Install "libtevent.i686" package

Learn how to install libtevent.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libtevent.i686

2. Uninstall "libtevent.i686" package

Here is a brief guide to show you how to uninstall libtevent.i686 on Amazon Linux 2:

$ sudo yum remove libtevent.i686 $ sudo yum autoremove

3. Information about the libtevent.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libtevent
Arch : i686
Version : 0.9.39
Release : 1.amzn2
Size : 44 k
Repo : amzn2-core/2/x86_64
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.