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

Last updated: September 23,2024

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

Learn how to install php-laminas-httphandlerrunner.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall php-laminas-httphandlerrunner.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:09:55 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-laminas-httphandlerrunner
Version : 1.4.0
Release : 1.fc34
Architecture : noarch
Size : 18 k
Source : php-laminas-httphandlerrunner-1.4.0-1.fc34.src.rpm
Repository : updates
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/