How To Install sg3_utils-libs on Rocky Linux 8
Introduction
In this tutorial we learn how to install sg3_utils-libs
on Rocky Linux 8.
What is sg3_utils-libs
This package contains the shared library for sg3_utils.
We can use yum
or dnf
to install sg3_utils-libs
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install sg3_utils-libs.
Install sg3_utils-libs on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install sg3_utils-libs
using dnf
by running the following command:
sudo dnf -y install sg3_utils-libs
Install sg3_utils-libs on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install sg3_utils-libs
using yum
by running the following command:
sudo yum -y install sg3_utils-libs
How To Uninstall sg3_utils-libs on Rocky Linux 8
To uninstall only the sg3_utils-libs
package we can use the following command:
sudo dnf remove sg3_utils-libs
sg3_utils-libs Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/be/5a1d4571aa836c0a0fbbc3f771a312aeb3991c
/usr/lib64/libsgutils2.so.2
/usr/lib64/libsgutils2.so.2.0.0
/usr/share/doc/sg3_utils-libs
/usr/share/doc/sg3_utils-libs/BSD_LICENSE
/usr/share/doc/sg3_utils-libs/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/cc/9460290ee73e94337a4abc01f2c9d150c5e878
/usr/lib/libsgutils2.so.2
/usr/lib/libsgutils2.so.2.0.0
/usr/share/doc/sg3_utils-libs
/usr/share/doc/sg3_utils-libs/BSD_LICENSE
/usr/share/doc/sg3_utils-libs/COPYING
References
Summary
In this tutorial we learn how to install sg3_utils-libs
on Rocky Linux 8 using yum and dnf.