How To Install php-sebastian-recursion-context on Fedora 36

In this tutorial we learn how to install php-sebastian-recursion-context in Fedora 36. php-sebastian-recursion-context is Recursively process PHP variables

Introduction

In this tutorial we learn how to install php-sebastian-recursion-context on Fedora 36.

What is php-sebastian-recursion-context

Provides functionality to recursively process PHP variables.

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

Install php-sebastian-recursion-context 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-sebastian-recursion-context using dnf by running the following command:

sudo dnf -y install php-sebastian-recursion-context

Install php-sebastian-recursion-context 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-sebastian-recursion-context using yum by running the following command:

sudo yum -y install php-sebastian-recursion-context

How To Uninstall php-sebastian-recursion-context on Fedora 36

To uninstall only the php-sebastian-recursion-context package we can use the following command:

sudo dnf remove php-sebastian-recursion-context

php-sebastian-recursion-context Package Contents on Fedora 36

/usr/share/doc/php-sebastian-recursion-context
/usr/share/doc/php-sebastian-recursion-context/README.md
/usr/share/doc/php-sebastian-recursion-context/composer.json
/usr/share/licenses/php-sebastian-recursion-context
/usr/share/licenses/php-sebastian-recursion-context/LICENSE
/usr/share/php/SebastianBergmann
/usr/share/php/SebastianBergmann/RecursionContext
/usr/share/php/SebastianBergmann/RecursionContext/Context.php
/usr/share/php/SebastianBergmann/RecursionContext/Exception.php
/usr/share/php/SebastianBergmann/RecursionContext/InvalidArgumentException.php
/usr/share/php/SebastianBergmann/RecursionContext/autoload.php

References

Summary

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