How To Install libxkbcommon-utils on Fedora 36

In this tutorial we learn how to install libxkbcommon-utils in Fedora 36. libxkbcommon-utils is X.Org X11 XKB parsing utilities

Introduction

In this tutorial we learn how to install libxkbcommon-utils on Fedora 36.

What is libxkbcommon-utils

libxkbcommon-utils is a set of utilities to analyze and test XKB parsing.

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

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

sudo dnf -y install libxkbcommon-utils

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

sudo yum -y install libxkbcommon-utils

How To Uninstall libxkbcommon-utils on Fedora 36

To uninstall only the libxkbcommon-utils package we can use the following command:

sudo dnf remove libxkbcommon-utils

libxkbcommon-utils Package Contents on Fedora 36

/usr/bin/xkbcli
/usr/lib/.build-id
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/c27db22a3aee50669d6ec250f80d54820752cf
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/47ade10ebd9b290b31f088156c8cfc5776516c
/usr/lib/.build-id/41
/usr/lib/.build-id/41/b93ea72bceb134191a8f5238a25a9579f1b9da
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/351c2c7064c0dbd3b9d2cec1b62e795856012f
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/01ce7e739d8b6c170425917823339dafe104c2
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/01760cfbea1996456548dd3ab39a1b4f78d41b
/usr/libexec/xkbcommon/xkbcli-compile-keymap
/usr/libexec/xkbcommon/xkbcli-how-to-type
/usr/libexec/xkbcommon/xkbcli-interactive-evdev
/usr/libexec/xkbcommon/xkbcli-interactive-x11
/usr/libexec/xkbcommon/xkbcli-list
/usr/share/man/man1/xkbcli-compile-keymap.1.gz
/usr/share/man/man1/xkbcli-how-to-type.1.gz
/usr/share/man/man1/xkbcli-interactive-evdev.1.gz
/usr/share/man/man1/xkbcli-interactive-x11.1.gz
/usr/share/man/man1/xkbcli-list.1.gz
/usr/share/man/man1/xkbcli.1.gz

References

Summary

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