How To Install php-pecl-raphf on Fedora 36

In this tutorial we learn how to install php-pecl-raphf in Fedora 36. php-pecl-raphf is Resource and persistent handles factory

Introduction

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

What is php-pecl-raphf

A reusable split-off of pecl_http’s persistent handle and resource factory API.

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

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

sudo dnf -y install php-pecl-raphf

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

sudo yum -y install php-pecl-raphf

How To Uninstall php-pecl-raphf on Fedora 36

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

sudo dnf remove php-pecl-raphf

php-pecl-raphf Package Contents on Fedora 36

/etc/php-zts.d/40-raphf.ini
/etc/php.d/40-raphf.ini
/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/a56af45feb3e7e40553e4a3a743db93adaafe0
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/141e223a95d61f01e13ffba445035ded5f8ed9
/usr/lib64/php-zts/modules/raphf.so
/usr/lib64/php/modules/raphf.so
/usr/share/doc/pecl/raphf
/usr/share/doc/pecl/raphf/AUTHORS
/usr/share/doc/pecl/raphf/BUGS
/usr/share/doc/pecl/raphf/CONTRIBUTING.md
/usr/share/doc/pecl/raphf/CREDITS
/usr/share/doc/pecl/raphf/Doxyfile
/usr/share/doc/pecl/raphf/LICENSE
/usr/share/doc/pecl/raphf/README.md
/usr/share/doc/pecl/raphf/THANKS
/usr/share/doc/pecl/raphf/TODO
/var/lib/php/peclxml/php-pecl-raphf.xml

References

Summary

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