How To Install libusbauth-configparser-devel on Rocky Linux 8

In this tutorial we learn how to install libusbauth-configparser-devel on Rocky Linux 8. libusbauth-configparser-devel is Development part of library for USB Firewall including flex/bison parser

Introduction

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

What is libusbauth-configparser-devel

Development part of library to read usbauth config file into data structures

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

Install libusbauth-configparser-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 libusbauth-configparser-devel using dnf by running the following command:

sudo dnf -y install libusbauth-configparser-devel

Install libusbauth-configparser-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 libusbauth-configparser-devel using yum by running the following command:

sudo yum -y install libusbauth-configparser-devel

How To Uninstall libusbauth-configparser-devel on Rocky Linux 8

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

sudo dnf remove libusbauth-configparser-devel

libusbauth-configparser-devel Package Contents on Rocky Linux 8

/usr/include/usbauth
/usr/include/usbauth/generic.h
/usr/include/usbauth/usbauth-configparser.h
/usr/lib64/libusbauth-configparser.so
/usr/lib64/pkgconfig/libusbauth-configparser.pc
/usr/share/doc/libusbauth-configparser-devel
/usr/share/doc/libusbauth-configparser-devel/README
/usr/share/licenses/libusbauth-configparser-devel
/usr/share/licenses/libusbauth-configparser-devel/COPYING
/usr/share/man/man3/libusbauth-configparser.3.gz

References

Summary

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