How To Install openchange on Fedora 34
Introduction
In this tutorial we learn how to install openchange
on Fedora 34.
What is openchange
OpenChange provides libraries to access Microsoft Exchange servers using native protocols. openchange 2.3 35.fc34 x86_64 517 k openchange-2.3-35.fc34.src.rpm fedora Provides access to Microsoft Exchange servers using native protocols http GPLv3+ and Public Domain OpenChange provides libraries to access Microsoft Exchange servers using native protocols.
We can use yum
or dnf
to install openchange
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install openchange.
Install openchange on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install openchange
using dnf
by running the following command:
sudo dnf -y install openchange
Install openchange on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 Fedora 34
To uninstall only the openchange
package we can use the following command:
sudo dnf remove openchange
openchange Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/af378c678f49c8e68f9a0c338f7a2e92151d73
/usr/lib/.build-id/44
/usr/lib/.build-id/44/b44962b8dd587c41274b83eda3c868d427bd2c
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/99b58368a14cdbaf395f39cfc7e00504af533c
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/6e6a5db8265dbaa8f823f5da1c87d94dd2d11b
/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
/usr/lib/.build-id
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/56b233a443e815e2bbfc30aa650f06c8353c16
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/a485922f223b0fd8ea7e08d5b1efde65f120e5
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/5499b7c639682d30feacde321b0791b43fa618
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/a7d8ae75320d1ea51cec113fd3728be8fe39e9
/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
References
- [openchange website](http://www.openchange.org/ http://www.openchange.org/)
Summary
In this tutorial we learn how to install openchange
on Fedora 34 using yum and dnf.