How To Install keybinder3 on Fedora 34
Introduction
In this tutorial we learn how to install keybinder3
on Fedora 34.
What is keybinder3
Keybinder is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System. The library contains - A C library, libkeybinder - Gobject-Introspection bindings keybinder3 0.3.2 11.fc34 x86_64 20 k keybinder3-0.3.2-11.fc34.src.rpm fedora A library for registering global keyboard shortcuts https MIT Keybinder is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System. The library contains - A C library, libkeybinder - Gobject-Introspection bindings
We can use yum
or dnf
to install keybinder3
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install keybinder3.
Install keybinder3 on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install keybinder3
using dnf
by running the following command:
sudo dnf -y install keybinder3
Install keybinder3 on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install keybinder3
using yum
by running the following command:
sudo yum -y install keybinder3
How To Uninstall keybinder3 on Fedora 34
To uninstall only the keybinder3
package we can use the following command:
sudo dnf remove keybinder3
keybinder3 Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/9a60a1c16331a8dd54efaea66e2e9147a16075
/usr/lib64/girepository-1.0/Keybinder-3.0.typelib
/usr/lib64/libkeybinder-3.0.so.0
/usr/lib64/libkeybinder-3.0.so.0.0.0
/usr/share/doc/keybinder3
/usr/share/doc/keybinder3/AUTHORS
/usr/share/doc/keybinder3/NEWS
/usr/share/doc/keybinder3/README
/usr/share/licenses/keybinder3
/usr/share/licenses/keybinder3/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/2add4736d49ed0ecd2191be1f5063a0bad78a4
/usr/lib/girepository-1.0/Keybinder-3.0.typelib
/usr/lib/libkeybinder-3.0.so.0
/usr/lib/libkeybinder-3.0.so.0.0.0
/usr/share/doc/keybinder3
/usr/share/doc/keybinder3/AUTHORS
/usr/share/doc/keybinder3/NEWS
/usr/share/doc/keybinder3/README
/usr/share/licenses/keybinder3
/usr/share/licenses/keybinder3/COPYING
References
- [keybinder3 website](https://github.com/kupferlauncher/keybinder https://github.com/kupferlauncher/keybinder)
Summary
In this tutorial we learn how to install keybinder3
on Fedora 34 using yum and dnf.