How to Install and Uninstall php-laminas-di.noarch Package on Fedora 34

Last updated: October 05,2024

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

This guide let you learn how to install php-laminas-di.noarch on Fedora 34

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

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

This tutorial shows how to uninstall php-laminas-di.noarch on Fedora 34:

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

3. Information about the php-laminas-di.noarch package on Fedora 34

Last metadata expiration check: 1:16:28 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : php-laminas-di
Version : 2.6.1
Release : 5.fc34
Architecture : noarch
Size : 40 k
Source : php-laminas-di-2.6.1-5.fc34.src.rpm
Repository : fedora
Summary : Laminas Framework Di component
URL : https://github.com/laminas/laminas-di
License : BSD
Description : laminas-di is an example of an Inversion of Control (IoC) container.
: IoC containers are widely used to create object instances that have all
: dependencies resolved and injected. Dependency Injection containers are
: one form of IoC – but not the only form.
:
: Documentation: https://docs.laminas.dev/laminas-di/