How To Install php-laminas-mvc-plugin-prg on Fedora 36

In this tutorial we learn how to install php-laminas-mvc-plugin-prg in Fedora 36. php-laminas-mvc-plugin-prg is Laminas Framework Mvc/Plugin/Prg component

Introduction

In this tutorial we learn how to install php-laminas-mvc-plugin-prg on Fedora 36.

What is php-laminas-mvc-plugin-prg

Provides a Post-Redirect-Get controller plugin for laminas-mvc versions 3.0 and up. Documentation

We can use yum or dnf to install php-laminas-mvc-plugin-prg on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-laminas-mvc-plugin-prg.

Install php-laminas-mvc-plugin-prg on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install php-laminas-mvc-plugin-prg using dnf by running the following command:

sudo dnf -y install php-laminas-mvc-plugin-prg

Install php-laminas-mvc-plugin-prg on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install php-laminas-mvc-plugin-prg using yum by running the following command:

sudo yum -y install php-laminas-mvc-plugin-prg

How To Uninstall php-laminas-mvc-plugin-prg on Fedora 36

To uninstall only the php-laminas-mvc-plugin-prg package we can use the following command:

sudo dnf remove php-laminas-mvc-plugin-prg

php-laminas-mvc-plugin-prg Package Contents on Fedora 36

/usr/share/doc/php-laminas-mvc-plugin-prg
/usr/share/doc/php-laminas-mvc-plugin-prg/COPYRIGHT.md
/usr/share/doc/php-laminas-mvc-plugin-prg/README.md
/usr/share/doc/php-laminas-mvc-plugin-prg/composer.json
/usr/share/licenses/php-laminas-mvc-plugin-prg
/usr/share/licenses/php-laminas-mvc-plugin-prg/LICENSE
/usr/share/php/Laminas/Mvc/Plugin
/usr/share/php/Laminas/Mvc/Plugin/Prg
/usr/share/php/Laminas/Mvc/Plugin/Prg/Module.php
/usr/share/php/Laminas/Mvc/Plugin/Prg/PostRedirectGet.php
/usr/share/php/Laminas/Mvc/Plugin/Prg/autoload.php
/usr/share/php/Zend/Mvc/Plugin
/usr/share/php/Zend/Mvc/Plugin/Prg
/usr/share/php/Zend/Mvc/Plugin/Prg/autoload.php

References

Summary

In this tutorial we learn how to install php-laminas-mvc-plugin-prg on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).