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

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

Introduction

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

What is libibumad-devel.x86_64

Development files for the libibumad library.

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

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

sudo yum -y install libibumad-devel.x86_64

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

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

sudo yum remove libibumad-devel.x86_64

libibumad-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/infiniband/umad.h
/usr/include/infiniband/umad_cm.h
/usr/include/infiniband/umad_sa.h
/usr/include/infiniband/umad_sm.h
/usr/include/infiniband/umad_str.h
/usr/include/infiniband/umad_types.h
/usr/lib64/libibumad.so

References

Summary

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