How To Install libuInputPlus on Fedora 36
Introduction
In this tutorial we learn how to install libuInputPlus
on Fedora 36.
What is libuInputPlus
A c++ wrapper around libuinput (required for ydotool).
We can use yum
or dnf
to install libuInputPlus
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libuInputPlus.
Install libuInputPlus on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libuInputPlus
using dnf
by running the following command:
sudo dnf -y install libuInputPlus
Install libuInputPlus on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libuInputPlus
using yum
by running the following command:
sudo yum -y install libuInputPlus
How To Uninstall libuInputPlus on Fedora 36
To uninstall only the libuInputPlus
package we can use the following command:
sudo dnf remove libuInputPlus
libuInputPlus Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/6eb77e1ecd1e40753ef664afaf7667c3d63b49
/usr/lib64/libuInputPlus.so.0
/usr/lib64/libuInputPlus.so.0.1.4
/usr/share/doc/libuInputPlus
/usr/share/doc/libuInputPlus/README.md
/usr/share/licenses/libuInputPlus
/usr/share/licenses/libuInputPlus/LICENSE
References
Summary
In this tutorial we learn how to install libuInputPlus
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libuInputPlus on Fedora 36” linkTitle: “libuInputPlus” type: “docs” description: “In this tutorial we learn how to install libuInputPlus in Fedora 36. libuInputPlus is A C++ wrapper around libuinput” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libuInputPlus-featured.png
Introduction
In this tutorial we learn how to install libuInputPlus
on Fedora 36.
What is libuInputPlus
A c++ wrapper around libuinput (required for ydotool).
We can use yum
or dnf
to install libuInputPlus
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libuInputPlus.
Install libuInputPlus on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libuInputPlus
using dnf
by running the following command:
sudo dnf -y install libuInputPlus
Install libuInputPlus on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libuInputPlus
using yum
by running the following command:
sudo yum -y install libuInputPlus
How To Uninstall libuInputPlus on Fedora 36
To uninstall only the libuInputPlus
package we can use the following command:
sudo dnf remove libuInputPlus
libuInputPlus Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/e02ce53a3cc655040ae38d19a6a4009fb593c3
/usr/lib/libuInputPlus.so.0
/usr/lib/libuInputPlus.so.0.1.4
/usr/share/doc/libuInputPlus
/usr/share/doc/libuInputPlus/README.md
/usr/share/licenses/libuInputPlus
/usr/share/licenses/libuInputPlus/LICENSE
References
Summary
In this tutorial we learn how to install libuInputPlus
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).