How To Install openchange.x86_64 on Amazon Linux 2
In this tutorial we learn how to install openchange.x86_64 in Amazon Linux 2. openchange.x86_64 is Provides access to Microsoft Exchange servers using native
Introduction
In this tutorial we learn how to install openchange.x86_64 on Amazon Linux 2.
What is openchange.x86_64
OpenChange provides libraries to access Microsoft Exchange servers using native protocols.
We can use yum to install openchange.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install openchange.x86_64.
Install openchange.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 openchange.x86_64 using yum by running the following command:
sudo yum -y install openchange.x86_64
How To Uninstall openchange.x86_64 on Amazon Linux 2
To uninstall only the openchange.x86_64 package we can use the following command:
sudo yum remove openchange.x86_64
openchange.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/libmapi-openchange.so.0
/usr/lib64/libmapi-openchange.so.2.3
/usr/lib64/libmapiadmin.so.0
/usr/lib64/libmapiadmin.so.2.3
/usr/lib64/libmapipp.so.0
/usr/lib64/libmapipp.so.2.3
/usr/lib64/libocpf.so.0
/usr/lib64/libocpf.so.2.3
/usr/share/doc/openchange-2.3
/usr/share/doc/openchange-2.3/COPYING
/usr/share/doc/openchange-2.3/IDL_LICENSE.txt
/usr/share/doc/openchange-2.3/VERSION
References
Summary
In this tutorial we learn how to install openchange.x86_64 on Amazon Linux 2 using yum.