How To Install evolution-ews.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install evolution-ews.x86_64 on Amazon Linux 2.
What is evolution-ews.x86_64
This package allows Evolution to interact with Microsoft Exchange servers, versions 2007 and later, through its Exchange Web Services (EWS) interface.
We can use yum to install evolution-ews.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-ews.x86_64.
Install evolution-ews.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-ews.x86_64 using yum by running the following command:
sudo yum -y install evolution-ews.x86_64
How To Uninstall evolution-ews.x86_64 on Amazon Linux 2
To uninstall only the evolution-ews.x86_64 package we can use the following command:
sudo yum remove evolution-ews.x86_64
evolution-ews.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/evolution-data-server/addressbook-backends/libebookbackendews.so
/usr/lib64/evolution-data-server/calendar-backends/libecalbackendews.so
/usr/lib64/evolution-data-server/camel-providers/libcamelews.so
/usr/lib64/evolution-data-server/camel-providers/libcamelews.urls
/usr/lib64/evolution-data-server/registry-modules/module-ews-backend.so
/usr/lib64/evolution-ews/libcamelews-priv.so
/usr/lib64/evolution-ews/libevolution-ews.so
/usr/lib64/evolution/modules/module-ews-configuration.so
/usr/share/doc/evolution-ews-3.28.5
/usr/share/doc/evolution-ews-3.28.5/NEWS
/usr/share/doc/evolution-ews-3.28.5/README
/usr/share/evolution-data-server/ews/windowsZones.xml
/usr/share/evolution/errors/module-ews-configuration.error
/usr/share/licenses/evolution-ews-3.28.5
/usr/share/licenses/evolution-ews-3.28.5/COPYING
/usr/share/metainfo/org.gnome.Evolution-ews.metainfo.xml
References
Summary
In this tutorial we learn how to install evolution-ews.x86_64 on Amazon Linux 2 using yum.