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

Last updated: October 05,2024

1. Install "libinput.i686" package

This guide covers the steps necessary to install libinput.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libinput.i686

2. Uninstall "libinput.i686" package

This is a short guide on how to uninstall libinput.i686 on Amazon Linux 2:

$ sudo yum remove libinput.i686 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : libinput
Arch : i686
Version : 1.8.4
Release : 2.amzn2
Size : 155 k
Repo : amzn2-core/2/x86_64
Summary : Input device library
URL : http://www.freedesktop.org/wiki/Software/libinput/
License : MIT
Description : libinput is a library that handles input devices for display
: servers and other applications that need to directly deal with
: input devices.
:
: It provides device detection, device handling, input device event
: processing and abstraction so minimize the amount of custom input
: code the user of libinput need to provide the common set of
: functionality that users expect.