How to Install and Uninstall php-laminas-mvc-plugin-flashmessenger.noarch Package on Fedora 36

Last updated: May 19,2024

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

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

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

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

Here is a brief guide to show you how to uninstall php-laminas-mvc-plugin-flashmessenger.noarch on Fedora 36:

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

3. Information about the php-laminas-mvc-plugin-flashmessenger.noarch package on Fedora 36

Last metadata expiration check: 5:30:48 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : php-laminas-mvc-plugin-flashmessenger
Version : 1.8.1
Release : 1.fc36.remi
Architecture : noarch
Size : 21 k
Source : php-laminas-mvc-plugin-flashmessenger-1.8.1-1.fc36.remi.src.rpm
Repository : remi
Summary : Laminas Framework Mvc/Plugin/FlashMessenger component
URL : https://github.com/laminas/laminas-mvc-plugin-flashmessenger
License : BSD
Description : Flash messages derive from Rails, and are used to expose messages from one
: action to the next, after which they are cleared; a typical use case is with
: Post/Redirect/Get, where they are created in the POST handler, and then
: displayed by the GET handler to indicate success or failure to the end-user.
:
: This component provides a flash messenger controller plugin for laminas-mvc
: versions 3.0 and up.
:
: Documentation: https://docs.laminas.dev/laminas-mvc-plugin-flashmessenger/