How To Install libxkbfile-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libxkbfile-devel.x86_64 in Amazon Linux 2. libxkbfile-devel.x86_64 is X.Org X11 libxkbfile development package

Introduction

In this tutorial we learn how to install libxkbfile-devel.x86_64 on Amazon Linux 2.

What is libxkbfile-devel.x86_64

X.Org X11 libxkbfile development package

We can use yum to install libxkbfile-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libxkbfile-devel.x86_64.

Install libxkbfile-devel.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libxkbfile-devel.x86_64 using yum by running the following command:

sudo yum -y install libxkbfile-devel.x86_64

How To Uninstall libxkbfile-devel.x86_64 on Amazon Linux 2

To uninstall only the libxkbfile-devel.x86_64 package we can use the following command:

sudo yum remove libxkbfile-devel.x86_64

libxkbfile-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/X11/extensions/XKBbells.h
/usr/include/X11/extensions/XKBconfig.h
/usr/include/X11/extensions/XKBfile.h
/usr/include/X11/extensions/XKBrules.h
/usr/include/X11/extensions/XKM.h
/usr/include/X11/extensions/XKMformat.h
/usr/lib64/libxkbfile.so
/usr/lib64/pkgconfig/xkbfile.pc

References

Summary

In this tutorial we learn how to install libxkbfile-devel.x86_64 on Amazon Linux 2 using yum.