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

In this tutorial we learn how to install isomd5sum-devel.x86_64 in Amazon Linux 2. isomd5sum-devel.x86_64 is Development headers and library for using isomd5sum

Introduction

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

What is isomd5sum-devel.x86_64

This contains header files and a library for working with the isomd5sum implanting and checking.

We can use yum to install isomd5sum-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 isomd5sum-devel.x86_64.

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

sudo yum -y install isomd5sum-devel.x86_64

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

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

sudo yum remove isomd5sum-devel.x86_64

isomd5sum-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/libcheckisomd5.h
/usr/include/libimplantisomd5.h
/usr/lib64/libcheckisomd5.a
/usr/lib64/libimplantisomd5.a

References

Summary

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