How To Install php-sabredav-Sabre on Fedora 36

In this tutorial we learn how to install php-sabredav-Sabre in Fedora 36. php-sabredav-Sabre is Base for Sabre_DAV packages

Introduction

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

What is php-sabredav-Sabre

The Base SabreDAV package provides some functionality used by all packages.

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

Install php-sabredav-Sabre 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-sabredav-Sabre using dnf by running the following command:

sudo dnf -y install php-sabredav-Sabre

Install php-sabredav-Sabre 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-sabredav-Sabre using yum by running the following command:

sudo yum -y install php-sabredav-Sabre

How To Uninstall php-sabredav-Sabre on Fedora 36

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

sudo dnf remove php-sabredav-Sabre

php-sabredav-Sabre Package Contents on Fedora 36

/usr/share/doc/pear/Sabre
/usr/share/doc/pear/Sabre/LICENSE
/usr/share/pear/Sabre
/usr/share/pear/Sabre/autoload.php
/var/lib/pear/pkgxml/php-sabredav-Sabre.xml

References

Summary

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