How To Install php-symfony-event-dispatcher on Fedora 36

In this tutorial we learn how to install php-symfony-event-dispatcher in Fedora 36. php-symfony-event-dispatcher is Symfony EventDispatcher Component

Introduction

In this tutorial we learn how to install php-symfony-event-dispatcher on Fedora 36.

What is php-symfony-event-dispatcher

The Symfony Event Dispatcher component implements the Observer [1] pattern in a simple and effective way to make all these things possible and to make your projects truly extensible. [1] http

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

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

sudo dnf -y install php-symfony-event-dispatcher

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

sudo yum -y install php-symfony-event-dispatcher

How To Uninstall php-symfony-event-dispatcher on Fedora 36

To uninstall only the php-symfony-event-dispatcher package we can use the following command:

sudo dnf remove php-symfony-event-dispatcher

php-symfony-event-dispatcher Package Contents on Fedora 36

/usr/share/doc/php-symfony-event-dispatcher
/usr/share/doc/php-symfony-event-dispatcher/CHANGELOG.md
/usr/share/doc/php-symfony-event-dispatcher/README.md
/usr/share/doc/php-symfony-event-dispatcher/composer.json
/usr/share/licenses/php-symfony-event-dispatcher
/usr/share/licenses/php-symfony-event-dispatcher/LICENSE
/usr/share/php/Symfony/Component/EventDispatcher
/usr/share/php/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php
/usr/share/php/Symfony/Component/EventDispatcher/Debug
/usr/share/php/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
/usr/share/php/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php
/usr/share/php/Symfony/Component/EventDispatcher/Debug/WrappedListener.php
/usr/share/php/Symfony/Component/EventDispatcher/DependencyInjection
/usr/share/php/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php
/usr/share/php/Symfony/Component/EventDispatcher/Event.php
/usr/share/php/Symfony/Component/EventDispatcher/EventDispatcher.php
/usr/share/php/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
/usr/share/php/Symfony/Component/EventDispatcher/EventSubscriberInterface.php
/usr/share/php/Symfony/Component/EventDispatcher/GenericEvent.php
/usr/share/php/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php
/usr/share/php/Symfony/Component/EventDispatcher/autoload.php
/usr/share/php/Symfony/Component/EventDispatcher/autoloader.php

References

Summary

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