How To Install sg3_utils-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install sg3_utils-devel.x86_64 in Amazon Linux 2. sg3_utils-devel.x86_64 is Development library and header files for the sg3_utils library

Introduction

In this tutorial we learn how to install sg3_utils-devel.x86_64 on Amazon Linux 2.

What is sg3_utils-devel.x86_64

This package contains the sg3_utils library and its header files for developing applications.

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

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

sudo yum -y install sg3_utils-devel.x86_64

How To Uninstall sg3_utils-devel.x86_64 on Amazon Linux 2

To uninstall only the sg3_utils-devel.x86_64 package we can use the following command:

sudo yum remove sg3_utils-devel.x86_64

sg3_utils-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/scsi/sg_cmds.h
/usr/include/scsi/sg_cmds_basic.h
/usr/include/scsi/sg_cmds_extra.h
/usr/include/scsi/sg_cmds_mmc.h
/usr/include/scsi/sg_io_linux.h
/usr/include/scsi/sg_lib.h
/usr/include/scsi/sg_lib_data.h
/usr/include/scsi/sg_linux_inc.h
/usr/include/scsi/sg_pt.h
/usr/lib64/libsgutils2.so

References

Summary

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