How To Install php-symfony3-debug on Fedora 36

In this tutorial we learn how to install php-symfony3-debug in Fedora 36. php-symfony3-debug is Symfony Debug Component (version 3)

Introduction

In this tutorial we learn how to install php-symfony3-debug on Fedora 36.

What is php-symfony3-debug

The Debug Component provides tools to ease debugging PHP code. Autoloader

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

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

sudo dnf -y install php-symfony3-debug

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

sudo yum -y install php-symfony3-debug

How To Uninstall php-symfony3-debug on Fedora 36

To uninstall only the php-symfony3-debug package we can use the following command:

sudo dnf remove php-symfony3-debug

php-symfony3-debug Package Contents on Fedora 36

/usr/share/doc/php-symfony3-debug
/usr/share/doc/php-symfony3-debug/CHANGELOG.md
/usr/share/doc/php-symfony3-debug/README.md
/usr/share/doc/php-symfony3-debug/composer.json
/usr/share/licenses/php-symfony3-debug
/usr/share/licenses/php-symfony3-debug/LICENSE
/usr/share/php/Symfony3/Component/Debug
/usr/share/php/Symfony3/Component/Debug/BufferingLogger.php
/usr/share/php/Symfony3/Component/Debug/Debug.php
/usr/share/php/Symfony3/Component/Debug/DebugClassLoader.php
/usr/share/php/Symfony3/Component/Debug/ErrorHandler.php
/usr/share/php/Symfony3/Component/Debug/Exception
/usr/share/php/Symfony3/Component/Debug/Exception/ClassNotFoundException.php
/usr/share/php/Symfony3/Component/Debug/Exception/ContextErrorException.php
/usr/share/php/Symfony3/Component/Debug/Exception/FatalErrorException.php
/usr/share/php/Symfony3/Component/Debug/Exception/FatalThrowableError.php
/usr/share/php/Symfony3/Component/Debug/Exception/FlattenException.php
/usr/share/php/Symfony3/Component/Debug/Exception/OutOfMemoryException.php
/usr/share/php/Symfony3/Component/Debug/Exception/SilencedErrorContext.php
/usr/share/php/Symfony3/Component/Debug/Exception/UndefinedFunctionException.php
/usr/share/php/Symfony3/Component/Debug/Exception/UndefinedMethodException.php
/usr/share/php/Symfony3/Component/Debug/ExceptionHandler.php
/usr/share/php/Symfony3/Component/Debug/FatalErrorHandler
/usr/share/php/Symfony3/Component/Debug/FatalErrorHandler/ClassNotFoundFatalErrorHandler.php
/usr/share/php/Symfony3/Component/Debug/FatalErrorHandler/FatalErrorHandlerInterface.php
/usr/share/php/Symfony3/Component/Debug/FatalErrorHandler/UndefinedFunctionFatalErrorHandler.php
/usr/share/php/Symfony3/Component/Debug/FatalErrorHandler/UndefinedMethodFatalErrorHandler.php
/usr/share/php/Symfony3/Component/Debug/Resources
/usr/share/php/Symfony3/Component/Debug/autoload.php

References

Summary

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