How To Install xkbcomp on Fedora 36
Introduction
In this tutorial we learn how to install xkbcomp
on Fedora 36.
What is xkbcomp
X.Org XKB keymap compiler
We can use yum
or dnf
to install xkbcomp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xkbcomp.
Install xkbcomp 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 xkbcomp
using dnf
by running the following command:
sudo dnf -y install xkbcomp
Install xkbcomp 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 xkbcomp
using yum
by running the following command:
sudo yum -y install xkbcomp
How To Uninstall xkbcomp on Fedora 36
To uninstall only the xkbcomp
package we can use the following command:
sudo dnf remove xkbcomp
xkbcomp Package Contents on Fedora 36
---
title: "How To Install xkbcomp on Fedora 36"
linkTitle: "xkbcomp"
type: "docs"
description: "In this tutorial we learn how to install xkbcomp in Fedora 36. xkbcomp is XKB keymap compiler"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/xkbcomp-featured.png
---
## Introduction
/usr/bin/xkbcomp
/usr/lib/.build-id
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/94113eb7558c09f888622e60b60e0d3cf920a0
/usr/share/licenses/xkbcomp
/usr/share/licenses/xkbcomp/COPYING
/usr/share/man/man1/xkbcomp.1.gz
In this tutorial we learn how to install `xkbcomp` on Fedora 36.
### What is `xkbcomp`
> X.Org XKB keymap compiler
We can use `yum` or `dnf` to install `xkbcomp` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xkbcomp.
## Install xkbcomp on Fedora 36 Using dnf
References
Update yum database with dnf
using the following command.
* [xkbcomp website](https://www.x.org)
sudo dnf makecache --refresh
## Summary
After updating yum database, We can install xkbcomp
using dnf
by running the following command:
In this tutorial we learn how to install xkbcomp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
sudo dnf -y install xkbcomp
Install xkbcomp 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 xkbcomp
using yum
by running the following command:
sudo yum -y install xkbcomp
How To Uninstall xkbcomp on Fedora 36
To uninstall only the xkbcomp
package we can use the following command:
sudo dnf remove xkbcomp
xkbcomp Package Contents on Fedora 36
/usr/bin/xkbcomp
/usr/lib/.build-id
/usr/lib/.build-id/16
/usr/lib/.build-id/16/0edfabb72cff5b9fe2380646be98e2443a9cc4
/usr/share/licenses/xkbcomp
/usr/share/licenses/xkbcomp/COPYING
/usr/share/man/man1/xkbcomp.1.gz
References
Summary
In this tutorial we learn how to install xkbcomp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).