How To Install openchange on Rocky Linux 8
Introduction
In this tutorial we learn how to install openchange on Rocky Linux 8.
What is openchange
OpenChange provides libraries to access Microsoft Exchange servers using native protocols.
We can use yum or dnf to install openchange on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install openchange.
Install openchange 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 openchange using dnf by running the following command:
sudo dnf -y install openchange
Install openchange 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 openchange using yum by running the following command:
sudo yum -y install openchange
How To Uninstall openchange on Rocky Linux 8
To uninstall only the openchange package we can use the following command:
sudo dnf remove openchange
openchange Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/5659ba3c8c496dfe8d66477c044f9db1125ffa
/usr/lib/.build-id/69
/usr/lib/.build-id/69/c6e137eac46321813b0e8d7d9ead73ce5eeb92
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/65924eb4c56c3611d130bdcc4de19064243d71
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/478bbafa5767b528f65de6fa71d65920e58c5a
/usr/lib64/libmapi-openchange.so.0
/usr/lib64/libmapi-openchange.so.2.3
/usr/lib64/libmapiadmin.so.0
/usr/lib64/libmapiadmin.so.2.3
/usr/lib64/libmapipp.so.0
/usr/lib64/libmapipp.so.2.3
/usr/lib64/libocpf.so.0
/usr/lib64/libocpf.so.2.3
/usr/share/doc/openchange
/usr/share/doc/openchange/COPYING
/usr/share/doc/openchange/IDL_LICENSE.txt
/usr/share/doc/openchange/VERSION
/usr/lib/.build-id
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/b416d4a8d1dbf6ffb27d3f425cb850b5720f81
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/122ae5afbfdce694743d5f2af095e677fb7d18
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/84d1ba1bb5a30d121f1dbb3c475b64a64498b0
/usr/lib/.build-id/db
/usr/lib/.build-id/db/ba357150e6a27f2fb020df6504c44194c390af
/usr/lib/libmapi-openchange.so.0
/usr/lib/libmapi-openchange.so.2.3
/usr/lib/libmapiadmin.so.0
/usr/lib/libmapiadmin.so.2.3
/usr/lib/libmapipp.so.0
/usr/lib/libmapipp.so.2.3
/usr/lib/libocpf.so.0
/usr/lib/libocpf.so.2.3
/usr/share/doc/openchange
/usr/share/doc/openchange/COPYING
/usr/share/doc/openchange/IDL_LICENSE.txt
/usr/share/doc/openchange/VERSION
References
Summary
In this tutorial we learn how to install openchange on Rocky Linux 8 using yum and dnf.