How To Install openchange-client.x86_64 on Amazon Linux 2
In this tutorial we learn how to install openchange-client.x86_64 in Amazon Linux 2. openchange-client.x86_64 is User tools for OpenChange libraries
Introduction
In this tutorial we learn how to install openchange-client.x86_64 on Amazon Linux 2.
What is openchange-client.x86_64
This package provides the user tools for OpenChange, providing access to Microsoft Exchange servers using native protocols.
We can use yum to install openchange-client.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-client.x86_64.
Install openchange-client.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-client.x86_64 using yum by running the following command:
sudo yum -y install openchange-client.x86_64
How To Uninstall openchange-client.x86_64 on Amazon Linux 2
To uninstall only the openchange-client.x86_64 package we can use the following command:
sudo yum remove openchange-client.x86_64
openchange-client.x86_64 Package Contents on Amazon Linux 2
/usr/bin/exchange2ical
/usr/bin/exchange2mbox
/usr/bin/mapiprofile
/usr/bin/mapipropsdump
/usr/bin/openchangeclient
/usr/bin/openchangemapidump
/usr/bin/openchangepfadmin
/usr/bin/schemaIDGUID
/usr/bin/test_asyncnotif
/usr/share/man/man1/exchange2ical.1.gz
/usr/share/man/man1/exchange2mbox.1.gz
/usr/share/man/man1/mapiprofile.1.gz
/usr/share/man/man1/mapitest.1.gz
/usr/share/man/man1/openchangeclient.1.gz
/usr/share/man/man1/openchangepfadmin.1.gz
References
Summary
In this tutorial we learn how to install openchange-client.x86_64 on Amazon Linux 2 using yum.