How To Install keybinder on Fedora 36

In this tutorial we learn how to install keybinder in Fedora 36. keybinder is A library for registering global keyboard shortcuts

Introduction

In this tutorial we learn how to install keybinder on Fedora 36.

What is keybinder

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 - An examples directory with programs in C, Lua, and Vala.

We can use yum or dnf to install keybinder on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install keybinder.

Install keybinder 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 keybinder using dnf by running the following command:

sudo dnf -y install keybinder

Install keybinder 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 keybinder using yum by running the following command:

sudo yum -y install keybinder

How To Uninstall keybinder on Fedora 36

To uninstall only the keybinder package we can use the following command:

sudo dnf remove keybinder

keybinder Package Contents on Fedora 36

---
title: "How To Install keybinder on Fedora 36"
linkTitle: "keybinder"
type: "docs"
description: "In this tutorial we learn how to install keybinder in Fedora 36. keybinder is A library for registering global keyboard shortcuts"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/keybinder-featured.png
---

## Introduction

In this tutorial we learn how to install `keybinder` on Fedora 36.

### What is `keybinder`

> 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 - An examples directory with programs in C, Lua, and Vala.  

We can use `yum` or `dnf` to install `keybinder` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install keybinder.

## Install keybinder on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install keybinder using dnf by running the following command:

sudo dnf -y install keybinder

Install keybinder 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 keybinder using yum by running the following command:

sudo yum -y install keybinder

How To Uninstall keybinder on Fedora 36

To uninstall only the keybinder package we can use the following command:

sudo dnf remove keybinder
/usr/lib/.build-id
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/bb7955376492b91de809857497d50a5d1f8fc2
/usr/lib/girepository-1.0/Keybinder-0.0.typelib
/usr/lib/libkeybinder.so.0
/usr/lib/libkeybinder.so.0.1.0
/usr/share/doc/keybinder
/usr/share/doc/keybinder/AUTHORS
/usr/share/doc/keybinder/NEWS
/usr/share/doc/keybinder/README
/usr/share/gir-1.0/Keybinder-0.0.gir

keybinder Package Contents on Fedora 36

References

Summary

In this tutorial we learn how to install keybinder on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/55 /usr/lib/.build-id/55/eee05a82b15a8b022ff8d88564cedc18a1b7bf /usr/lib64/girepository-1.0/Keybinder-0.0.typelib /usr/lib64/libkeybinder.so.0 /usr/lib64/libkeybinder.so.0.1.0 /usr/share/doc/keybinder /usr/share/doc/keybinder/AUTHORS /usr/share/doc/keybinder/NEWS /usr/share/doc/keybinder/README /usr/share/gir-1.0/Keybinder-0.0.gir


## References

* [keybinder website](https://github.com/engla/keybinder)

## Summary

In this tutorial we learn how to install `keybinder` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).