How To Install evolution-mapi-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install evolution-mapi-devel.x86_64 in Amazon Linux 2. evolution-mapi-devel.x86_64 is Development files for building against evolution-mapi
Introduction
In this tutorial we learn how to install evolution-mapi-devel.x86_64 on Amazon Linux 2.
What is evolution-mapi-devel.x86_64
Development files needed for building things which link against evolution-mapi.
We can use yum to install evolution-mapi-devel.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-devel.x86_64.
Install evolution-mapi-devel.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-devel.x86_64 using yum by running the following command:
sudo yum -y install evolution-mapi-devel.x86_64
How To Uninstall evolution-mapi-devel.x86_64 on Amazon Linux 2
To uninstall only the evolution-mapi-devel.x86_64 package we can use the following command:
sudo yum remove evolution-mapi-devel.x86_64
evolution-mapi-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/evolution-data-server/mapi
/usr/include/evolution-data-server/mapi/e-mapi-book-utils.h
/usr/include/evolution-data-server/mapi/e-mapi-cal-recur-utils.h
/usr/include/evolution-data-server/mapi/e-mapi-cal-tz-utils.h
/usr/include/evolution-data-server/mapi/e-mapi-cal-utils.h
/usr/include/evolution-data-server/mapi/e-mapi-connection.h
/usr/include/evolution-data-server/mapi/e-mapi-debug.h
/usr/include/evolution-data-server/mapi/e-mapi-defs.h
/usr/include/evolution-data-server/mapi/e-mapi-fast-transfer.h
/usr/include/evolution-data-server/mapi/e-mapi-folder.h
/usr/include/evolution-data-server/mapi/e-mapi-mail-utils.h
/usr/include/evolution-data-server/mapi/e-mapi-operation-queue.h
/usr/include/evolution-data-server/mapi/e-mapi-utils.h
/usr/lib64/libexchangemapi-1.0.so
/usr/lib64/pkgconfig/libexchangemapi-1.0.pc
References
Summary
In this tutorial we learn how to install evolution-mapi-devel.x86_64 on Amazon Linux 2 using yum.