How to Install and Uninstall php-laminas-httphandlerrunner.noarch Package on Fedora 36

Last updated: May 14,2024

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

This guide covers the steps necessary to install php-laminas-httphandlerrunner.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall php-laminas-httphandlerrunner.noarch on Fedora 36:

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

3. Information about the php-laminas-httphandlerrunner.noarch package on Fedora 36

Last metadata expiration check: 5:23:59 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : php-laminas-httphandlerrunner
Version : 1.5.0
Release : 2.fc36
Architecture : noarch
Size : 19 k
Source : php-laminas-httphandlerrunner-1.5.0-2.fc36.src.rpm
Repository : fedora
Summary : Laminas Framework HttpHandlerRunner component
URL : https://github.com/laminas/laminas-httphandlerrunner
License : BSD
Description : This library provides utilities for:
:
: * Emitting PSR-7 responses.
: * Running PSR-15 server request handlers, which involves marshaling a PSR-7
: ServerRequestInterface, handling exceptions due to request creation,
: and emitting the response returned by the composed request handler.
:
: The RequestHandlerRunner will be used in the bootstrap of your application
: to fire off the RequestHandlerInterface representing your application.
:
: Documentation: https://docs.laminas.dev/laminas-httphandlerrunner/