How To Install php-ralouphie-getallheaders on Fedora 36

In this tutorial we learn how to install php-ralouphie-getallheaders in Fedora 36. php-ralouphie-getallheaders is A polyfill for getallheaders

Introduction

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

What is php-ralouphie-getallheaders

A polyfill for getallheaders. https Autoloader

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

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

sudo dnf -y install php-ralouphie-getallheaders

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

sudo yum -y install php-ralouphie-getallheaders

How To Uninstall php-ralouphie-getallheaders on Fedora 36

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

sudo dnf remove php-ralouphie-getallheaders

php-ralouphie-getallheaders Package Contents on Fedora 36

/usr/share/doc/php-ralouphie-getallheaders
/usr/share/doc/php-ralouphie-getallheaders/README.md
/usr/share/doc/php-ralouphie-getallheaders/composer.json
/usr/share/licenses/php-ralouphie-getallheaders
/usr/share/licenses/php-ralouphie-getallheaders/LICENSE
/usr/share/php/ralouphie-getallheaders
/usr/share/php/ralouphie-getallheaders/autoload.php
/usr/share/php/ralouphie-getallheaders/getallheaders.php

References

Summary

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