How To Install evolution-mapi.x86_64 on Amazon Linux 2
In this tutorial we learn how to install evolution-mapi.x86_64 in Amazon Linux 2. evolution-mapi.x86_64 is Evolution extension for MS Exchange 2007 servers
Introduction
In this tutorial we learn how to install evolution-mapi.x86_64 on Amazon Linux 2.
What is evolution-mapi.x86_64
This package allows Evolution to interact with MS Exchange 2007 servers.
We can use yum to install evolution-mapi.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-mapi.x86_64.
Install evolution-mapi.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-mapi.x86_64 using yum by running the following command:
sudo yum -y install evolution-mapi.x86_64
How To Uninstall evolution-mapi.x86_64 on Amazon Linux 2
To uninstall only the evolution-mapi.x86_64 package we can use the following command:
sudo yum remove evolution-mapi.x86_64
evolution-mapi.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/evolution-data-server/addressbook-backends/libebookbackendmapi.so
/usr/lib64/evolution-data-server/calendar-backends/libecalbackendmapi.so
/usr/lib64/evolution-data-server/camel-providers/libcamelmapi.so
/usr/lib64/evolution-data-server/camel-providers/libcamelmapi.urls
/usr/lib64/evolution-data-server/registry-modules/module-mapi-backend.so
/usr/lib64/evolution-mapi/libcamelmapi-priv.so
/usr/lib64/evolution-mapi/libevolution-mapi.so
/usr/lib64/evolution/modules/module-mapi-configuration.so
/usr/share/doc/evolution-mapi-3.28.3
/usr/share/doc/evolution-mapi-3.28.3/AUTHORS
/usr/share/doc/evolution-mapi-3.28.3/ChangeLog
/usr/share/doc/evolution-mapi-3.28.3/INSTALL
/usr/share/doc/evolution-mapi-3.28.3/README
/usr/share/evolution-data-server/mapi
/usr/share/evolution-data-server/mapi/tz-ical-to-mapi
/usr/share/evolution-data-server/mapi/tz-mapi-to-ical
/usr/share/licenses/evolution-mapi-3.28.3
/usr/share/licenses/evolution-mapi-3.28.3/COPYING
/usr/share/metainfo/org.gnome.Evolution-mapi.metainfo.xml
References
Summary
In this tutorial we learn how to install evolution-mapi.x86_64 on Amazon Linux 2 using yum.