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

Last updated: October 12,2024

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

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

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

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

Please follow the step by step instructions below to uninstall php-laminas-mvc.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:17:35 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-laminas-mvc
Version : 3.2.0
Release : 2.fc34
Architecture : noarch
Size : 65 k
Source : php-laminas-mvc-3.2.0-2.fc34.src.rpm
Repository : fedora
Summary : Laminas Framework Mvc component
URL : https://github.com/laminas/laminas-mvc
License : BSD
Description : Laminas\Mvc is a brand new MVC implementation designed from the ground up
: for Laminas Framework, focusing on performance and flexibility.
:
: The MVC layer is built on top of the following components:
: * Laminas\ServiceManager - Laminas Framework provides a set of default service
: definitions set up at Laminas\Mvc\Service. The ServiceManager creates and
: configures your application instance and workflow.
: * Laminas\EventManager - The MVC is event driven. This component is used
: everywhere from initial bootstrapping of the application, through returning
: response and request calls, to setting and retrieving routes and matched
: routes, as well as render views.
: * Laminas\Http - specifically the request and response objects, used within:
: Laminas\Stdlib\DispatchableInterface. All “controllers” are simply
: dispatchable objects.
:
: Documentation: https://docs.laminas.dev/laminas-mvc/