How To Install php-sebastian-object-enumerator on Fedora 36

In this tutorial we learn how to install php-sebastian-object-enumerator in Fedora 36. php-sebastian-object-enumerator is Traverses array and object to enumerate all referenced objects

Introduction

In this tutorial we learn how to install php-sebastian-object-enumerator on Fedora 36.

What is php-sebastian-object-enumerator

Traverses array structures and object graphs to enumerate all referenced objects. Autoloader

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

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

sudo dnf -y install php-sebastian-object-enumerator

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

sudo yum -y install php-sebastian-object-enumerator

How To Uninstall php-sebastian-object-enumerator on Fedora 36

To uninstall only the php-sebastian-object-enumerator package we can use the following command:

sudo dnf remove php-sebastian-object-enumerator

php-sebastian-object-enumerator Package Contents on Fedora 36

/usr/share/doc/php-sebastian-object-enumerator
/usr/share/doc/php-sebastian-object-enumerator/README.md
/usr/share/doc/php-sebastian-object-enumerator/composer.json
/usr/share/licenses/php-sebastian-object-enumerator
/usr/share/licenses/php-sebastian-object-enumerator/LICENSE
/usr/share/php/SebastianBergmann/ObjectEnumerator
/usr/share/php/SebastianBergmann/ObjectEnumerator/Enumerator.php
/usr/share/php/SebastianBergmann/ObjectEnumerator/Exception.php
/usr/share/php/SebastianBergmann/ObjectEnumerator/InvalidArgumentException.php
/usr/share/php/SebastianBergmann/ObjectEnumerator/autoload.php

References

Summary

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