How To Install php-laminas-modulemanager on Fedora 36

In this tutorial we learn how to install php-laminas-modulemanager in Fedora 36. php-laminas-modulemanager is Laminas Framework ModuleManager component

Introduction

In this tutorial we learn how to install php-laminas-modulemanager on Fedora 36.

What is php-laminas-modulemanager

Laminas Framework introduces a new and powerful approach to modules. This new module system is designed with flexibility, simplicity, and re-usability in mind. A module may contain just about anything PHP code, including MVC functionality; library code; view scripts; and/or public assets such as images, CSS, and JavaScript. The possibilities are endless. Laminas\ModuleManager is the component that enables the design of a module architecture for PHP applications. Documentation

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

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

sudo dnf -y install php-laminas-modulemanager

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

sudo yum -y install php-laminas-modulemanager

How To Uninstall php-laminas-modulemanager on Fedora 36

To uninstall only the php-laminas-modulemanager package we can use the following command:

sudo dnf remove php-laminas-modulemanager

php-laminas-modulemanager Package Contents on Fedora 36

/usr/share/doc/php-laminas-modulemanager
/usr/share/doc/php-laminas-modulemanager/COPYRIGHT.md
/usr/share/doc/php-laminas-modulemanager/README.md
/usr/share/doc/php-laminas-modulemanager/composer.json
/usr/share/licenses/php-laminas-modulemanager
/usr/share/licenses/php-laminas-modulemanager/LICENSE
/usr/share/php/Laminas/ModuleManager
/usr/share/php/Laminas/ModuleManager/Exception
/usr/share/php/Laminas/ModuleManager/Exception/ExceptionInterface.php
/usr/share/php/Laminas/ModuleManager/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/ModuleManager/Exception/MissingDependencyModuleException.php
/usr/share/php/Laminas/ModuleManager/Exception/RuntimeException.php
/usr/share/php/Laminas/ModuleManager/Feature
/usr/share/php/Laminas/ModuleManager/Feature/AutoloaderProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/BootstrapListenerInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/ConfigProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/ConsoleBannerProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/ConsoleUsageProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/ControllerPluginProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/ControllerProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/DependencyIndicatorInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/FilterProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/FormElementProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/HydratorProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/InitProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/InputFilterProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/LocatorRegisteredInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/LogProcessorProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/LogWriterProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/RouteProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/SerializerProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/ServiceProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/TranslatorPluginProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/ValidatorProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Feature/ViewHelperProviderInterface.php
/usr/share/php/Laminas/ModuleManager/Listener
/usr/share/php/Laminas/ModuleManager/Listener/AbstractListener.php
/usr/share/php/Laminas/ModuleManager/Listener/AutoloaderListener.php
/usr/share/php/Laminas/ModuleManager/Listener/ConfigListener.php
/usr/share/php/Laminas/ModuleManager/Listener/ConfigMergerInterface.php
/usr/share/php/Laminas/ModuleManager/Listener/DefaultListenerAggregate.php
/usr/share/php/Laminas/ModuleManager/Listener/Exception
/usr/share/php/Laminas/ModuleManager/Listener/Exception/ConfigCannotBeCachedException.php
/usr/share/php/Laminas/ModuleManager/Listener/Exception/ExceptionInterface.php
/usr/share/php/Laminas/ModuleManager/Listener/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/ModuleManager/Listener/Exception/RuntimeException.php
/usr/share/php/Laminas/ModuleManager/Listener/InitTrigger.php
/usr/share/php/Laminas/ModuleManager/Listener/ListenerOptions.php
/usr/share/php/Laminas/ModuleManager/Listener/LocatorRegistrationListener.php
/usr/share/php/Laminas/ModuleManager/Listener/ModuleDependencyCheckerListener.php
/usr/share/php/Laminas/ModuleManager/Listener/ModuleLoaderListener.php
/usr/share/php/Laminas/ModuleManager/Listener/ModuleResolverListener.php
/usr/share/php/Laminas/ModuleManager/Listener/OnBootstrapListener.php
/usr/share/php/Laminas/ModuleManager/Listener/ServiceListener.php
/usr/share/php/Laminas/ModuleManager/Listener/ServiceListenerInterface.php
/usr/share/php/Laminas/ModuleManager/ModuleEvent.php
/usr/share/php/Laminas/ModuleManager/ModuleManager.php
/usr/share/php/Laminas/ModuleManager/ModuleManagerInterface.php
/usr/share/php/Laminas/ModuleManager/autoload.php
/usr/share/php/Zend/ModuleManager
/usr/share/php/Zend/ModuleManager/autoload.php

References

Summary

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