How To Install evemu on Fedora 36
Introduction
In this tutorial we learn how to install evemu
on Fedora 36.
What is evemu
evemu is a simple utility to capture the event stream from input devices and replay that stream on a virtual input device.
We can use yum
or dnf
to install evemu
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install evemu.
Install evemu 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 evemu
using dnf
by running the following command:
sudo dnf -y install evemu
Install evemu 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 evemu
using yum
by running the following command:
sudo yum -y install evemu
How To Uninstall evemu on Fedora 36
To uninstall only the evemu
package we can use the following command:
sudo dnf remove evemu
evemu Package Contents on Fedora 36
/usr/bin/evemu-describe
/usr/bin/evemu-device
/usr/bin/evemu-event
/usr/bin/evemu-play
/usr/bin/evemu-record
/usr/lib/.build-id
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/c983bc6430ee8930065fba6cbccbdb085f726e
/usr/lib/.build-id/1e/c983bc6430ee8930065fba6cbccbdb085f726e.1
/usr/lib/.build-id/20
/usr/lib/.build-id/20/afb7b07d47c66b9fc6c1804d960a9e6c0d4d37
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/ad5c48a0e4d5b55f60e24f9b88c3bd15160aef
/usr/lib/.build-id/6f/ad5c48a0e4d5b55f60e24f9b88c3bd15160aef.1
/usr/share/licenses/evemu
/usr/share/licenses/evemu/COPYING
/usr/share/man/man1/evemu-describe.1.gz
/usr/share/man/man1/evemu-device.1.gz
/usr/share/man/man1/evemu-event.1.gz
/usr/share/man/man1/evemu-play.1.gz
/usr/share/man/man1/evemu-record.1.gz
References
Summary
In this tutorial we learn how to install evemu
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).