How to Install and Uninstall php-laminas-di3.noarch Package on Fedora 35

Last updated: January 06,2025

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

Please follow the instructions below to install php-laminas-di3.noarch on Fedora 35

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

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

Please follow the steps below to uninstall php-laminas-di3.noarch on Fedora 35:

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

3. Information about the php-laminas-di3.noarch package on Fedora 35

Last metadata expiration check: 5:43:58 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : php-laminas-di3
Version : 3.9.1
Release : 1.fc35.remi
Architecture : noarch
Size : 37 k
Source : php-laminas-di3-3.9.1-1.fc35.remi.src.rpm
Repository : remi
Summary : Laminas Framework Di component v3
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/