How To Install libpst-libs.i686 on Amazon Linux 2

In this tutorial we learn how to install libpst-libs.i686 in Amazon Linux 2. libpst-libs.i686 is Shared library used by the pst utilities

Introduction

In this tutorial we learn how to install libpst-libs.i686 on Amazon Linux 2.

What is libpst-libs.i686

The libpst-libs package contains the shared library used by the pst utilities.

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

Install libpst-libs.i686 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 libpst-libs.i686 using yum by running the following command:

sudo yum -y install libpst-libs.i686

How To Uninstall libpst-libs.i686 on Amazon Linux 2

To uninstall only the libpst-libs.i686 package we can use the following command:

sudo yum remove libpst-libs.i686

libpst-libs.i686 Package Contents on Amazon Linux 2

/usr/lib/libpst.so.4
/usr/lib/libpst.so.4.1.8
/usr/share/doc/libpst-libs-0.6.59
/usr/share/doc/libpst-libs-0.6.59/COPYING

References

Summary

In this tutorial we learn how to install libpst-libs.i686 on Amazon Linux 2 using yum.