How To Install libusal.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libusal.x86_64 in Amazon Linux 2. libusal.x86_64 is Library to communicate with SCSI devices
Introduction
In this tutorial we learn how to install libusal.x86_64
on Amazon Linux 2.
What is libusal.x86_64
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
to install libusal.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.x86_64.
Install libusal.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.x86_64
using yum
by running the following command:
sudo yum -y install libusal.x86_64
How To Uninstall libusal.x86_64 on Amazon Linux 2
To uninstall only the libusal.x86_64
package we can use the following command:
sudo yum remove libusal.x86_64
libusal.x86_64 Package Contents on Amazon Linux 2
/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-1.1.11
/usr/share/doc/libusal-1.1.11/COPYING
/usr/share/doc/libusal-1.1.11/Changelog
/usr/share/doc/libusal-1.1.11/FAQ
/usr/share/doc/libusal-1.1.11/FORK
/usr/share/doc/libusal-1.1.11/README.linux
/usr/share/doc/libusal-1.1.11/START
References
Summary
In this tutorial we learn how to install libusal.x86_64
on Amazon Linux 2 using yum.