How To Install geany-plugins-keyrecord on Fedora 36
Introduction
In this tutorial we learn how to install geany-plugins-keyrecord
on Fedora 36.
What is geany-plugins-keyrecord
This plugin allows you to record a sequence of keystrokes and to replay it several times.
We can use yum
or dnf
to install geany-plugins-keyrecord
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install geany-plugins-keyrecord.
Install geany-plugins-keyrecord 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 geany-plugins-keyrecord
using dnf
by running the following command:
sudo dnf -y install geany-plugins-keyrecord
Install geany-plugins-keyrecord 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 geany-plugins-keyrecord
using yum
by running the following command:
sudo yum -y install geany-plugins-keyrecord
How To Uninstall geany-plugins-keyrecord on Fedora 36
To uninstall only the geany-plugins-keyrecord
package we can use the following command:
sudo dnf remove geany-plugins-keyrecord
geany-plugins-keyrecord Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/60
/usr/lib/.build-id/60/b19c7ae624f367eb1b1acd64c2213ab1343d2f
/usr/lib64/geany/keyrecord.so
/usr/share/doc/geany-plugins/keyrecord
/usr/share/doc/geany-plugins/keyrecord/AUTHORS
/usr/share/doc/geany-plugins/keyrecord/COPYING
/usr/share/doc/geany-plugins/keyrecord/README
References
Summary
In this tutorial we learn how to install geany-plugins-keyrecord
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).