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

Last updated: October 05,2024

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

Please follow the instructions below to install php-laminas-mvc-plugin-flashmessenger.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall php-laminas-mvc-plugin-flashmessenger.noarch on Fedora 34:

$ 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 34

Last metadata expiration check: 5:43:02 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-laminas-mvc-plugin-flashmessenger
Version : 1.3.0
Release : 1.fc34
Architecture : noarch
Size : 18 k
Source : php-laminas-mvc-plugin-flashmessenger-1.3.0-1.fc34.src.rpm
Repository : updates
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/