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

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

Introduction

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

What is libusal-devel.x86_64

The libusal-devel package contains C libraries and header files for developing applications that use libusal for communication with SCSI devices.

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

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

sudo yum -y install libusal-devel.x86_64

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

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

sudo yum remove libusal-devel.x86_64

libusal-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/usal
/usr/include/usal/aspi-dos.h
/usr/include/usal/aspi-win32.h
/usr/include/usal/pg.h
/usr/include/usal/scsicdb.h
/usr/include/usal/scsidefs.h
/usr/include/usal/scsireg.h
/usr/include/usal/scsisense.h
/usr/include/usal/scsitransp.h
/usr/include/usal/spti-wnt.h
/usr/include/usal/srb_os2.h
/usr/include/usal/usalcmd.h
/usr/include/usal/usalio.h
/usr/include/usal/usalops.h
/usr/include/usal/usaltimes.h
/usr/lib64/librols.so
/usr/lib64/libusal.so
/usr/share/doc/libusal-devel-1.1.11
/usr/share/doc/libusal-devel-1.1.11/COPYING

References

Summary

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