How To Install evolution-mapi on Rocky Linux 8
Introduction
In this tutorial we learn how to install evolution-mapi
on Rocky Linux 8.
What is evolution-mapi
This package allows Evolution to interact with MS Exchange 2007 servers.
We can use yum
or dnf
to install evolution-mapi
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install evolution-mapi.
Install evolution-mapi 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-mapi
using dnf
by running the following command:
sudo dnf -y install evolution-mapi
Install evolution-mapi 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-mapi
using yum
by running the following command:
sudo yum -y install evolution-mapi
How To Uninstall evolution-mapi on Rocky Linux 8
To uninstall only the evolution-mapi
package we can use the following command:
sudo dnf remove evolution-mapi
evolution-mapi Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/fb962eb90863f5e8a62b1793d45f845ab3ace4
/usr/lib/.build-id/15
/usr/lib/.build-id/15/08744d39aa242b63eef133eb8275b9e7d78064
/usr/lib/.build-id/84
/usr/lib/.build-id/84/256e2419a72cda9b3fedc74c7f1355ae9152a9
/usr/lib/.build-id/88
/usr/lib/.build-id/88/63a4b73716697a34e9117f164a493391857139
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/cfed6fb0f4718cdcd8fda009e0151c4164c592
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/764a713c56446d7d1c855049cfbb7919e1f816
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/f0c44522cdb8d741147d3f950e6bca21234242
/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
/usr/share/doc/evolution-mapi/AUTHORS
/usr/share/doc/evolution-mapi/ChangeLog
/usr/share/doc/evolution-mapi/INSTALL
/usr/share/doc/evolution-mapi/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
/usr/share/licenses/evolution-mapi/COPYING
/usr/share/metainfo/org.gnome.Evolution-mapi.metainfo.xml
References
Summary
In this tutorial we learn how to install evolution-mapi
on Rocky Linux 8 using yum and dnf.