How To Install libusal.i686 on Amazon Linux 2
In this tutorial we learn how to install libusal.i686 in Amazon Linux 2. libusal.i686 is Library to communicate with SCSI devices
Introduction
In this tutorial we learn how to install libusal.i686 on Amazon Linux 2.
What is libusal.i686
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.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libusal.i686.
Install libusal.i686 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.i686 using yum by running the following command:
sudo yum -y install libusal.i686
How To Uninstall libusal.i686 on Amazon Linux 2
To uninstall only the libusal.i686 package we can use the following command:
sudo yum remove libusal.i686
libusal.i686 Package Contents on Amazon Linux 2
/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-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.i686 on Amazon Linux 2 using yum.