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

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

Introduction

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

What is php-laminas-mvc-plugin-fileprg

Provides a Post-Redirect-Get controller plugin for laminas-mvc versions 3.0 and up, specifically for submissions that include file uploads. If you want a generic PRG plugin without file upload support, see laminas-mvc-plugin-prg. Documentation

We can use yum or dnf to install php-laminas-mvc-plugin-fileprg 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-fileprg.

Install php-laminas-mvc-plugin-fileprg 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-fileprg using dnf by running the following command:

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

Install php-laminas-mvc-plugin-fileprg 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-fileprg using yum by running the following command:

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

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

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

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

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

/usr/share/doc/php-laminas-mvc-plugin-fileprg
/usr/share/doc/php-laminas-mvc-plugin-fileprg/COPYRIGHT.md
/usr/share/doc/php-laminas-mvc-plugin-fileprg/README.md
/usr/share/doc/php-laminas-mvc-plugin-fileprg/composer.json
/usr/share/licenses/php-laminas-mvc-plugin-fileprg
/usr/share/licenses/php-laminas-mvc-plugin-fileprg/LICENSE
/usr/share/php/Laminas/Mvc/Plugin
/usr/share/php/Laminas/Mvc/Plugin/FilePrg
/usr/share/php/Laminas/Mvc/Plugin/FilePrg/FilePostRedirectGet.php
/usr/share/php/Laminas/Mvc/Plugin/FilePrg/Module.php
/usr/share/php/Laminas/Mvc/Plugin/FilePrg/autoload.php
/usr/share/php/Zend/Mvc/Plugin
/usr/share/php/Zend/Mvc/Plugin/FilePrg
/usr/share/php/Zend/Mvc/Plugin/FilePrg/autoload.php

References

Summary

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