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

In this tutorial we learn how to install php-sebastian-object-reflector in Fedora 36. php-sebastian-object-reflector is Allows reflection of object attributes

Introduction

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

What is php-sebastian-object-reflector

Allows reflection of object attributes, including inherited and non-public ones.

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

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

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

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

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

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

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

sudo dnf remove php-sebastian-object-reflector

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

/usr/share/doc/php-sebastian-object-reflector
/usr/share/doc/php-sebastian-object-reflector/README.md
/usr/share/doc/php-sebastian-object-reflector/composer.json
/usr/share/licenses/php-sebastian-object-reflector
/usr/share/licenses/php-sebastian-object-reflector/LICENSE
/usr/share/php/SebastianBergmann
/usr/share/php/SebastianBergmann/ObjectReflector
/usr/share/php/SebastianBergmann/ObjectReflector/Exception.php
/usr/share/php/SebastianBergmann/ObjectReflector/InvalidArgumentException.php
/usr/share/php/SebastianBergmann/ObjectReflector/ObjectReflector.php
/usr/share/php/SebastianBergmann/ObjectReflector/autoload.php

References

Summary

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