How To Install php-pecl-raphf-devel on Fedora 36

In this tutorial we learn how to install php-pecl-raphf-devel in Fedora 36. php-pecl-raphf-devel is php-pecl-raphf developer files (header)

Introduction

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

What is php-pecl-raphf-devel

These are the files needed to compile programs using php-pecl-raphf.

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

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

sudo dnf -y install php-pecl-raphf-devel

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

sudo yum -y install php-pecl-raphf-devel

How To Uninstall php-pecl-raphf-devel on Fedora 36

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

sudo dnf remove php-pecl-raphf-devel

php-pecl-raphf-devel Package Contents on Fedora 36

/usr/include/php-zts/php/ext/raphf
/usr/include/php-zts/php/ext/raphf/php_raphf.h
/usr/include/php-zts/php/ext/raphf/php_raphf_api.h
/usr/include/php/ext/raphf
/usr/include/php/ext/raphf/php_raphf.h
/usr/include/php/ext/raphf/php_raphf_api.h
/usr/share/tests/pecl/raphf
/usr/share/tests/pecl/raphf/tests
/usr/share/tests/pecl/raphf/tests/http001.phpt
/usr/share/tests/pecl/raphf/tests/http002.phpt
/usr/share/tests/pecl/raphf/tests/http003.phpt
/usr/share/tests/pecl/raphf/tests/http004.phpt

References

Summary

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