How to Install and Uninstall libinput.x86_64 Package on Fedora 34

Last updated: October 07,2024

1. Install "libinput.x86_64" package

This tutorial shows how to install libinput.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install libinput.x86_64

2. Uninstall "libinput.x86_64" package

This tutorial shows how to uninstall libinput.x86_64 on Fedora 34:

$ sudo dnf remove libinput.x86_64 $ sudo dnf autoremove

3. Information about the libinput.x86_64 package on Fedora 34

Last metadata expiration check: 4:08:59 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : libinput
Version : 1.19.2
Release : 1.fc34
Architecture : x86_64
Size : 196 k
Source : libinput-1.19.2-1.fc34.src.rpm
Repository : updates
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.