How To Install libwacom-devel on Rocky Linux 8

In this tutorial we learn how to install libwacom-devel on Rocky Linux 8. libwacom-devel is Tablet Information Client Library Library Development Package

Introduction

In this tutorial we learn how to install libwacom-devel on Rocky Linux 8.

What is libwacom-devel

Tablet information client library library development package.

We can use yum or dnf to install libwacom-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libwacom-devel.

Install libwacom-devel on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install libwacom-devel

Install libwacom-devel on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install libwacom-devel

How To Uninstall libwacom-devel on Rocky Linux 8

To uninstall only the libwacom-devel package we can use the following command:

sudo dnf remove libwacom-devel

libwacom-devel Package Contents on Rocky Linux 8

/usr/include/libwacom-1.0
/usr/include/libwacom-1.0/libwacom
/usr/include/libwacom-1.0/libwacom/libwacom.h
/usr/lib/libwacom.so
/usr/lib/pkgconfig/libwacom.pc
/usr/include/libwacom-1.0
/usr/include/libwacom-1.0/libwacom
/usr/include/libwacom-1.0/libwacom/libwacom.h
/usr/lib64/libwacom.so
/usr/lib64/pkgconfig/libwacom.pc

References

Summary

In this tutorial we learn how to install libwacom-devel on Rocky Linux 8 using yum and dnf.