How To Install libmspub.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libmspub.x86_64 in Amazon Linux 2. libmspub.x86_64 is A library for import of Microsoft Publisher documents

Introduction

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

What is libmspub.x86_64

Libmspub is library providing ability to interpret and import Microsoft Publisher content into various applications. You can find it being used in libreoffice.

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

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

sudo yum -y install libmspub.x86_64

How To Uninstall libmspub.x86_64 on Amazon Linux 2

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

sudo yum remove libmspub.x86_64

libmspub.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/libmspub-0.1.so.1
/usr/lib64/libmspub-0.1.so.1.0.2
/usr/share/doc/libmspub-0.1.2
/usr/share/doc/libmspub-0.1.2/AUTHORS
/usr/share/doc/libmspub-0.1.2/COPYING.MPL

References

Summary

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