How To Install php-symfony3-debug-bundle on Fedora 36
Introduction
In this tutorial we learn how to install php-symfony3-debug-bundle
on Fedora 36.
What is php-symfony3-debug-bundle
Symfony Debug Bundle (version 3). Autoloader
We can use yum
or dnf
to install php-symfony3-debug-bundle
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-symfony3-debug-bundle.
Install php-symfony3-debug-bundle 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-bundle
using dnf
by running the following command:
sudo dnf -y install php-symfony3-debug-bundle
Install php-symfony3-debug-bundle 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-bundle
using yum
by running the following command:
sudo yum -y install php-symfony3-debug-bundle
How To Uninstall php-symfony3-debug-bundle on Fedora 36
To uninstall only the php-symfony3-debug-bundle
package we can use the following command:
sudo dnf remove php-symfony3-debug-bundle
php-symfony3-debug-bundle Package Contents on Fedora 36
/usr/share/doc/php-symfony3-debug-bundle
/usr/share/doc/php-symfony3-debug-bundle/composer.json
/usr/share/licenses/php-symfony3-debug-bundle
/usr/share/licenses/php-symfony3-debug-bundle/LICENSE
/usr/share/php/Symfony3/Bundle/DebugBundle
/usr/share/php/Symfony3/Bundle/DebugBundle/DebugBundle.php
/usr/share/php/Symfony3/Bundle/DebugBundle/DependencyInjection
/usr/share/php/Symfony3/Bundle/DebugBundle/DependencyInjection/Compiler
/usr/share/php/Symfony3/Bundle/DebugBundle/DependencyInjection/Compiler/DumpDataCollectorPass.php
/usr/share/php/Symfony3/Bundle/DebugBundle/DependencyInjection/Configuration.php
/usr/share/php/Symfony3/Bundle/DebugBundle/DependencyInjection/DebugExtension.php
/usr/share/php/Symfony3/Bundle/DebugBundle/Resources
/usr/share/php/Symfony3/Bundle/DebugBundle/Resources/config
/usr/share/php/Symfony3/Bundle/DebugBundle/Resources/config/schema
/usr/share/php/Symfony3/Bundle/DebugBundle/Resources/config/schema/debug-1.0.xsd
/usr/share/php/Symfony3/Bundle/DebugBundle/Resources/config/services.xml
/usr/share/php/Symfony3/Bundle/DebugBundle/Resources/views
/usr/share/php/Symfony3/Bundle/DebugBundle/Resources/views/Profiler
/usr/share/php/Symfony3/Bundle/DebugBundle/Resources/views/Profiler/dump.html.twig
/usr/share/php/Symfony3/Bundle/DebugBundle/Resources/views/Profiler/icon.svg
/usr/share/php/Symfony3/Bundle/DebugBundle/autoload.php
References
Summary
In this tutorial we learn how to install php-symfony3-debug-bundle
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).