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

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

Introduction

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

What is libmspub-devel.x86_64

The libmspub-devel package contains libraries and header files for developing applications that use libmspub.

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

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

sudo yum -y install libmspub-devel.x86_64

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

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

sudo yum remove libmspub-devel.x86_64

libmspub-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/libmspub-0.1
/usr/include/libmspub-0.1/libmspub
/usr/include/libmspub-0.1/libmspub/MSPUBDocument.h
/usr/include/libmspub-0.1/libmspub/libmspub.h
/usr/lib64/libmspub-0.1.so
/usr/lib64/pkgconfig/libmspub-0.1.pc
/usr/share/doc/libmspub-devel-0.1.2
/usr/share/doc/libmspub-devel-0.1.2/ChangeLog

References

Summary

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