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

In this tutorial we learn how to install libgnomekbd-devel.x86_64 in Amazon Linux 2. libgnomekbd-devel.x86_64 is Development files for libgnomekbd

Introduction

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

What is libgnomekbd-devel.x86_64

The libgnomekbd-devel package contains libraries and header files for developing applications that use libgnomekbd.

We can use yum to install libgnomekbd-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 libgnomekbd-devel.x86_64.

Install libgnomekbd-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 libgnomekbd-devel.x86_64 using yum by running the following command:

sudo yum -y install libgnomekbd-devel.x86_64

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

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

sudo yum remove libgnomekbd-devel.x86_64

libgnomekbd-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/libgnomekbd
/usr/include/libgnomekbd/gkbd-configuration.h
/usr/include/libgnomekbd/gkbd-desktop-config.h
/usr/include/libgnomekbd/gkbd-indicator-config.h
/usr/include/libgnomekbd/gkbd-indicator.h
/usr/include/libgnomekbd/gkbd-keyboard-config.h
/usr/include/libgnomekbd/gkbd-keyboard-drawing.h
/usr/include/libgnomekbd/gkbd-status.h
/usr/include/libgnomekbd/gkbd-util.h
/usr/lib64/libgnomekbd.so
/usr/lib64/libgnomekbdui.so
/usr/lib64/pkgconfig/libgnomekbd.pc
/usr/lib64/pkgconfig/libgnomekbdui.pc
/usr/share/gir-1.0/Gkbd-3.0.gir

References

Summary

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