How To Install libpst-devel.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install libpst-devel.x86_64 on Amazon Linux 2.
What is libpst-devel.x86_64
The libpst-devel package contains the library links and header files you’ll need to develop applications using the libpst shared library. You do not need to install it if you just want to use the libpst utilities.
We can use yum to install libpst-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 libpst-devel.x86_64.
Install libpst-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 libpst-devel.x86_64 using yum by running the following command:
sudo yum -y install libpst-devel.x86_64
How To Uninstall libpst-devel.x86_64 on Amazon Linux 2
To uninstall only the libpst-devel.x86_64 package we can use the following command:
sudo yum remove libpst-devel.x86_64
libpst-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/libpst-4
/usr/include/libpst-4/libpst
/usr/include/libpst-4/libpst/common.h
/usr/include/libpst-4/libpst/libpst.h
/usr/include/libpst-4/libpst/libstrfunc.h
/usr/include/libpst-4/libpst/lzfu.h
/usr/include/libpst-4/libpst/timeconv.h
/usr/include/libpst-4/libpst/vbuf.h
/usr/lib64/libpst.so
/usr/lib64/pkgconfig/libpst.pc
References
Summary
In this tutorial we learn how to install libpst-devel.x86_64 on Amazon Linux 2 using yum.