How To Install libusal on Rocky Linux 8

In this tutorial we learn how to install libusal on Rocky Linux 8. libusal is Library to communicate with SCSI devices

Introduction

In this tutorial we learn how to install libusal on Rocky Linux 8.

What is libusal

The libusal package contains C libraries that allows applications to communicate with SCSI devices and is well suitable for writing CD-R media.

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

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

sudo dnf -y install libusal

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

sudo yum -y install libusal

How To Uninstall libusal on Rocky Linux 8

To uninstall only the libusal package we can use the following command:

sudo dnf remove libusal

libusal Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/54
/usr/lib/.build-id/54/495bf96481b9e37c326fd46709195345b80933
/usr/lib/.build-id/99
/usr/lib/.build-id/99/8690bb6e384c4b1e56c3d84061a936f9444130
/usr/lib64/librols.so.0
/usr/lib64/librols.so.0.0.1
/usr/lib64/libusal.so.0
/usr/lib64/libusal.so.0.0.1
/usr/share/doc/libusal
/usr/share/doc/libusal/COPYING
/usr/share/doc/libusal/Changelog
/usr/share/doc/libusal/FAQ
/usr/share/doc/libusal/FORK
/usr/share/doc/libusal/README.linux
/usr/share/doc/libusal/START
/usr/lib/.build-id
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/0212a75c653f02e153aa75070e12bd6f76d7c3
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/5cab82c24b6f0ce113f469998619c4f051d9ae
/usr/lib/librols.so.0
/usr/lib/librols.so.0.0.1
/usr/lib/libusal.so.0
/usr/lib/libusal.so.0.0.1
/usr/share/doc/libusal
/usr/share/doc/libusal/COPYING
/usr/share/doc/libusal/Changelog
/usr/share/doc/libusal/FAQ
/usr/share/doc/libusal/FORK
/usr/share/doc/libusal/README.linux
/usr/share/doc/libusal/START

References

Summary

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