How To Install evolution-ews on Rocky Linux 8
Introduction
In this tutorial we learn how to install evolution-ews on Rocky Linux 8.
What is evolution-ews
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 or dnf to install evolution-ews on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install evolution-ews.
Install evolution-ews on Rocky Linux 8 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install evolution-ews using dnf by running the following command:
sudo dnf -y install evolution-ews
Install evolution-ews on Rocky Linux 8 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install evolution-ews using yum by running the following command:
sudo yum -y install evolution-ews
How To Uninstall evolution-ews on Rocky Linux 8
To uninstall only the evolution-ews package we can use the following command:
sudo dnf remove evolution-ews
evolution-ews Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/b128675c6d5d66df6e7ed5c527ce2ada34e6b1
/usr/lib/.build-id/15
/usr/lib/.build-id/15/26d52708e83e8ffd08c66eff39ac523682ca25
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/94c2805ca00dfe1a63da5506a6a7ae5aa91795
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/81e5b2d1573a4c2692e38f3da4220249aba82a
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/84c2204141646b6d65ab4565e7be34a2f352dd
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/7d81a1f17c74904ed3b58585620c18fc3afff6
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/4b3cb1dec7ca73b34f15c044af224f86fdc348
/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
/usr/share/doc/evolution-ews/NEWS
/usr/share/doc/evolution-ews/README
/usr/share/evolution-data-server/ews/windowsZones.xml
/usr/share/evolution/errors/module-ews-configuration.error
/usr/share/licenses/evolution-ews
/usr/share/licenses/evolution-ews/COPYING
/usr/share/metainfo/org.gnome.Evolution-ews.metainfo.xml
References
Summary
In this tutorial we learn how to install evolution-ews on Rocky Linux 8 using yum and dnf.