How To Install sg3_utils-libs.i686 on Amazon Linux 2

In this tutorial we learn how to install sg3_utils-libs.i686 in Amazon Linux 2. sg3_utils-libs.i686 is Shared library for sg3_utils

Introduction

In this tutorial we learn how to install sg3_utils-libs.i686 on Amazon Linux 2.

What is sg3_utils-libs.i686

This package contains the shared library for sg3_utils.

We can use yum to install sg3_utils-libs.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install sg3_utils-libs.i686.

Install sg3_utils-libs.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 sg3_utils-libs.i686 using yum by running the following command:

sudo yum -y install sg3_utils-libs.i686

How To Uninstall sg3_utils-libs.i686 on Amazon Linux 2

To uninstall only the sg3_utils-libs.i686 package we can use the following command:

sudo yum remove sg3_utils-libs.i686

sg3_utils-libs.i686 Package Contents on Amazon Linux 2

/usr/lib/libsgutils2.so.2
/usr/lib/libsgutils2.so.2.0.0
/usr/share/doc/sg3_utils-libs-1.37
/usr/share/doc/sg3_utils-libs-1.37/BSD_LICENSE
/usr/share/doc/sg3_utils-libs-1.37/COPYING

References

Summary

In this tutorial we learn how to install sg3_utils-libs.i686 on Amazon Linux 2 using yum.