How To Install aic94xx-firmware.noarch on Amazon Linux 2
In this tutorial we learn how to install aic94xx-firmware.noarch in Amazon Linux 2. aic94xx-firmware.noarch is Adaptec SAS 44300, 48300, 58300 Sequencer Firmware for AIC94xx
Introduction
In this tutorial we learn how to install aic94xx-firmware.noarch on Amazon Linux 2.
What is aic94xx-firmware.noarch
Adaptec SAS 44300, 48300, 58300 Sequencer Firmware for Open-Source AIC94xx Driver.
We can use yum to install aic94xx-firmware.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install aic94xx-firmware.noarch.
Install aic94xx-firmware.noarch 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 aic94xx-firmware.noarch using yum by running the following command:
sudo yum -y install aic94xx-firmware.noarch
How To Uninstall aic94xx-firmware.noarch on Amazon Linux 2
To uninstall only the aic94xx-firmware.noarch package we can use the following command:
sudo yum remove aic94xx-firmware.noarch
aic94xx-firmware.noarch Package Contents on Amazon Linux 2
/lib/firmware/aic94xx-seq.fw
/usr/share/doc/aic94xx-firmware-30
/usr/share/doc/aic94xx-firmware-30/LICENSE.aic94xx
/usr/share/doc/aic94xx-firmware-30/README-94xx.pdf
References
Summary
In this tutorial we learn how to install aic94xx-firmware.noarch on Amazon Linux 2 using yum.