How To Install evolution-pst.x86_64 on Amazon Linux 2
In this tutorial we learn how to install evolution-pst.x86_64 in Amazon Linux 2. evolution-pst.x86_64 is PST importer plugin for Evolution
Introduction
In this tutorial we learn how to install evolution-pst.x86_64 on Amazon Linux 2.
What is evolution-pst.x86_64
This package contains the plugin to import Microsoft Personal Storage Table (PST) files used by Microsoft Outlook and Microsoft Exchange.
We can use yum to install evolution-pst.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install evolution-pst.x86_64.
Install evolution-pst.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 evolution-pst.x86_64 using yum by running the following command:
sudo yum -y install evolution-pst.x86_64
How To Uninstall evolution-pst.x86_64 on Amazon Linux 2
To uninstall only the evolution-pst.x86_64 package we can use the following command:
sudo yum remove evolution-pst.x86_64
evolution-pst.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/evolution/plugins/liborg-gnome-pst-import.so
/usr/lib64/evolution/plugins/org-gnome-pst-import.eplug
/usr/share/metainfo/org.gnome.Evolution-pst.metainfo.xml
References
Summary
In this tutorial we learn how to install evolution-pst.x86_64 on Amazon Linux 2 using yum.