How to Install and Uninstall php-laminas-eventmanager.noarch Package on Fedora 36

Last updated: January 06,2025

1. Install "php-laminas-eventmanager.noarch" package

Please follow the steps below to install php-laminas-eventmanager.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install php-laminas-eventmanager.noarch

2. Uninstall "php-laminas-eventmanager.noarch" package

In this section, we are going to explain the necessary steps to uninstall php-laminas-eventmanager.noarch on Fedora 36:

$ sudo dnf remove php-laminas-eventmanager.noarch $ sudo dnf autoremove

3. Information about the php-laminas-eventmanager.noarch package on Fedora 36

Last metadata expiration check: 0:03:48 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : php-laminas-eventmanager
Version : 3.5.0
Release : 1.fc36.remi
Architecture : noarch
Size : 31 k
Source : php-laminas-eventmanager-3.5.0-1.fc36.remi.src.rpm
Repository : remi
Summary : Trigger and listen to events within a PHP application
URL : https://github.com/laminas/laminas-eventmanager
License : BSD
Description : The laminas-eventmanager is a component designed for the following use cases:
:
: * Implementing simple subject/observer patterns.
: * Implementing Aspect-Oriented designs.
: * Implementing event-driven architectures.
:
: The basic architecture allows you to attach and detach listeners to named
: events, both on a per-instance basis as well as via shared collections;
: trigger events; and interrupt execution of listeners.
:
: Documentation: https://docs.laminas.dev/laminas-eventmanager/