How To Install php-kolabformat on Fedora 36

In this tutorial we learn how to install php-kolabformat in Fedora 36. php-kolabformat is PHP bindings for libkolabxml

Introduction

In this tutorial we learn how to install php-kolabformat on Fedora 36.

What is php-kolabformat

The PHP kolabformat package offers a comprehensible PHP library using the bindings provided through libkolabxml.

We can use yum or dnf to install php-kolabformat on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-kolabformat.

Install php-kolabformat on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install php-kolabformat using dnf by running the following command:

sudo dnf -y install php-kolabformat

Install php-kolabformat on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install php-kolabformat using yum by running the following command:

sudo yum -y install php-kolabformat

How To Uninstall php-kolabformat on Fedora 36

To uninstall only the php-kolabformat package we can use the following command:

sudo dnf remove php-kolabformat

php-kolabformat Package Contents on Fedora 36

/etc/php.d/40-kolabformat.ini
/usr/lib/.build-id
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/4abdee2faf470c941ad8d0fc54cb75e803c243
/usr/lib64/php/modules/kolabformat.so
/usr/share/php/kolabformat.php

References

Summary

In this tutorial we learn how to install php-kolabformat on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).