How To Install php-symfony-monolog-bundle on Fedora 36

In this tutorial we learn how to install php-symfony-monolog-bundle in Fedora 36. php-symfony-monolog-bundle is Symfony MonologBundle

Introduction

In this tutorial we learn how to install php-symfony-monolog-bundle on Fedora 36.

What is php-symfony-monolog-bundle

The MonologBundle provides integration of the Monolog library into the Symfony framework. Autoloader

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

Install php-symfony-monolog-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-symfony-monolog-bundle using dnf by running the following command:

sudo dnf -y install php-symfony-monolog-bundle

Install php-symfony-monolog-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-symfony-monolog-bundle using yum by running the following command:

sudo yum -y install php-symfony-monolog-bundle

How To Uninstall php-symfony-monolog-bundle on Fedora 36

To uninstall only the php-symfony-monolog-bundle package we can use the following command:

sudo dnf remove php-symfony-monolog-bundle

php-symfony-monolog-bundle Package Contents on Fedora 36

/usr/share/doc/php-symfony-monolog-bundle
/usr/share/doc/php-symfony-monolog-bundle/CHANGELOG.md
/usr/share/doc/php-symfony-monolog-bundle/README.md
/usr/share/doc/php-symfony-monolog-bundle/composer.json
/usr/share/licenses/php-symfony-monolog-bundle
/usr/share/licenses/php-symfony-monolog-bundle/LICENSE
/usr/share/php/Symfony
/usr/share/php/Symfony/Bundle
/usr/share/php/Symfony/Bundle/MonologBundle
/usr/share/php/Symfony/Bundle/MonologBundle/DependencyInjection
/usr/share/php/Symfony/Bundle/MonologBundle/DependencyInjection/Compiler
/usr/share/php/Symfony/Bundle/MonologBundle/DependencyInjection/Compiler/AddProcessorsPass.php
/usr/share/php/Symfony/Bundle/MonologBundle/DependencyInjection/Compiler/AddSwiftMailerTransportPass.php
/usr/share/php/Symfony/Bundle/MonologBundle/DependencyInjection/Compiler/DebugHandlerPass.php
/usr/share/php/Symfony/Bundle/MonologBundle/DependencyInjection/Compiler/FixEmptyLoggerPass.php
/usr/share/php/Symfony/Bundle/MonologBundle/DependencyInjection/Compiler/LoggerChannelPass.php
/usr/share/php/Symfony/Bundle/MonologBundle/DependencyInjection/Configuration.php
/usr/share/php/Symfony/Bundle/MonologBundle/DependencyInjection/MonologExtension.php
/usr/share/php/Symfony/Bundle/MonologBundle/MonologBundle.php
/usr/share/php/Symfony/Bundle/MonologBundle/Resources
/usr/share/php/Symfony/Bundle/MonologBundle/Resources/config
/usr/share/php/Symfony/Bundle/MonologBundle/Resources/config/monolog.xml
/usr/share/php/Symfony/Bundle/MonologBundle/Resources/config/schema
/usr/share/php/Symfony/Bundle/MonologBundle/Resources/config/schema/monolog-1.0.xsd
/usr/share/php/Symfony/Bundle/MonologBundle/SwiftMailer
/usr/share/php/Symfony/Bundle/MonologBundle/SwiftMailer/MessageFactory.php
/usr/share/php/Symfony/Bundle/MonologBundle/autoload.php

References

Summary

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