How To Install php-laminas-servicemanager-di on Fedora 36

In this tutorial we learn how to install php-laminas-servicemanager-di in Fedora 36. php-laminas-servicemanager-di is Laminas Framework ServiceManager-Di component

Introduction

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

What is php-laminas-servicemanager-di

Provides integration for laminas-di within laminas-servicemanager. Documentation

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

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

sudo dnf -y install php-laminas-servicemanager-di

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

sudo yum -y install php-laminas-servicemanager-di

How To Uninstall php-laminas-servicemanager-di on Fedora 36

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

sudo dnf remove php-laminas-servicemanager-di

php-laminas-servicemanager-di Package Contents on Fedora 36

/usr/share/doc/php-laminas-servicemanager-di
/usr/share/doc/php-laminas-servicemanager-di/CHANGELOG.md
/usr/share/doc/php-laminas-servicemanager-di/COPYRIGHT.md
/usr/share/doc/php-laminas-servicemanager-di/README.md
/usr/share/doc/php-laminas-servicemanager-di/composer.json
/usr/share/licenses/php-laminas-servicemanager-di
/usr/share/licenses/php-laminas-servicemanager-di/LICENSE
/usr/share/php/Laminas/ServiceManager/Di
/usr/share/php/Laminas/ServiceManager/Di/ConfigProvider.php
/usr/share/php/Laminas/ServiceManager/Di/DiAbstractServiceFactory.php
/usr/share/php/Laminas/ServiceManager/Di/DiAbstractServiceFactoryFactory.php
/usr/share/php/Laminas/ServiceManager/Di/DiFactory.php
/usr/share/php/Laminas/ServiceManager/Di/DiInstanceManagerProxy.php
/usr/share/php/Laminas/ServiceManager/Di/DiServiceFactory.php
/usr/share/php/Laminas/ServiceManager/Di/DiServiceInitializer.php
/usr/share/php/Laminas/ServiceManager/Di/DiServiceInitializerFactory.php
/usr/share/php/Laminas/ServiceManager/Di/DiStrictAbstractServiceFactory.php
/usr/share/php/Laminas/ServiceManager/Di/DiStrictAbstractServiceFactoryFactory.php
/usr/share/php/Laminas/ServiceManager/Di/Exception
/usr/share/php/Laminas/ServiceManager/Di/Exception/DomainException.php
/usr/share/php/Laminas/ServiceManager/Di/Exception/ExceptionInterface.php
/usr/share/php/Laminas/ServiceManager/Di/Module.php
/usr/share/php/Laminas/ServiceManager/Di/autoload.php
/usr/share/php/Zend/ServiceManager/Di
/usr/share/php/Zend/ServiceManager/Di/autoload.php

References

Summary

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