How To Install libstoragemgmt-udev.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libstoragemgmt-udev.x86_64 in Amazon Linux 2. libstoragemgmt-udev.x86_64 is Udev files for libstoragemgmt
Introduction
In this tutorial we learn how to install libstoragemgmt-udev.x86_64 on Amazon Linux 2.
What is libstoragemgmt-udev.x86_64
The libstoragemgmt-udev package contains udev rules and helper utilities for uevents generated by the kernel.
We can use yum to install libstoragemgmt-udev.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libstoragemgmt-udev.x86_64.
Install libstoragemgmt-udev.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 libstoragemgmt-udev.x86_64 using yum by running the following command:
sudo yum -y install libstoragemgmt-udev.x86_64
How To Uninstall libstoragemgmt-udev.x86_64 on Amazon Linux 2
To uninstall only the libstoragemgmt-udev.x86_64 package we can use the following command:
sudo yum remove libstoragemgmt-udev.x86_64
libstoragemgmt-udev.x86_64 Package Contents on Amazon Linux 2
/usr/lib/udev/rules.d/90-scsi-ua.rules
/usr/lib/udev/scan-scsi-target
References
Summary
In this tutorial we learn how to install libstoragemgmt-udev.x86_64 on Amazon Linux 2 using yum.