How To Install libevdevPlus on Fedora 36
Introduction
In this tutorial we learn how to install libevdevPlus
on Fedora 36.
What is libevdevPlus
A c++ wrapper around libevdev (required for ydotool).
We can use yum
or dnf
to install libevdevPlus
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libevdevPlus.
Install libevdevPlus 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 libevdevPlus
using dnf
by running the following command:
sudo dnf -y install libevdevPlus
Install libevdevPlus 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 libevdevPlus
using yum
by running the following command:
sudo yum -y install libevdevPlus
How To Uninstall libevdevPlus on Fedora 36
To uninstall only the libevdevPlus
package we can use the following command:
sudo dnf remove libevdevPlus
libevdevPlus Package Contents on Fedora 36
---
title: "How To Install libevdevPlus on Fedora 36"
linkTitle: "libevdevPlus"
type: "docs"
description: "In this tutorial we learn how to install libevdevPlus in Fedora 36. libevdevPlus is A C++ wrapper around libevdev"
date: "2022-08-17"
/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/34cd1a0ac5f1b15313fac5ac39d8cc102a0932
/usr/lib64/libevdevPlus.so.0
/usr/lib64/libevdevPlus.so.0.1.1
/usr/share/doc/libevdevPlus
/usr/share/doc/libevdevPlus/README.md
/usr/share/licenses/libevdevPlus
/usr/share/licenses/libevdevPlus/LICENSE
lastmod: "2022-08-17"
#image: /images/fedora/36/libevdevPlus-featured.png
---
## Introduction
References
In this tutorial we learn how to install libevdevPlus
on Fedora 36.
What is libevdevPlus
Summary
A c++ wrapper around libevdev (required for ydotool).
In this tutorial we learn how to install libevdevPlus
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
We can use yum
or dnf
to install libevdevPlus
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libevdevPlus.
Install libevdevPlus 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 libevdevPlus
using dnf
by running the following command:
sudo dnf -y install libevdevPlus
Install libevdevPlus 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 libevdevPlus
using yum
by running the following command:
sudo yum -y install libevdevPlus
How To Uninstall libevdevPlus on Fedora 36
To uninstall only the libevdevPlus
package we can use the following command:
sudo dnf remove libevdevPlus
libevdevPlus Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/b1adb40725338411e67f5ec6bbb7fde487d15c
/usr/lib/libevdevPlus.so.0
/usr/lib/libevdevPlus.so.0.1.1
/usr/share/doc/libevdevPlus
/usr/share/doc/libevdevPlus/README.md
/usr/share/licenses/libevdevPlus
/usr/share/licenses/libevdevPlus/LICENSE
References
Summary
In this tutorial we learn how to install libevdevPlus
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).