How To Install libusbauth-configparser on Rocky Linux 8

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

Introduction

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

What is libusbauth-configparser

Library to read usbauth config file into data structures

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

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

sudo dnf -y install libusbauth-configparser

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

sudo yum -y install libusbauth-configparser

How To Uninstall libusbauth-configparser on Rocky Linux 8

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

sudo dnf remove libusbauth-configparser

libusbauth-configparser Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/74cafe858ee7e828ad0ea6840a75201a2ce674
/usr/lib64/libusbauth-configparser.so.1
/usr/lib64/libusbauth-configparser.so.1.0.0
/usr/share/doc/libusbauth-configparser
/usr/share/doc/libusbauth-configparser/README
/usr/share/licenses/libusbauth-configparser
/usr/share/licenses/libusbauth-configparser/COPYING

References

Summary

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