How To Install php-laminas-mvc-plugins on Fedora 36

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

Introduction

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

What is php-laminas-mvc-plugins

laminas-mvc-plugins is a metapackage that provides a single package for installing all official laminas-mvc plugins shipped as separate packages under the laminas organization. Currently, these include * laminas/laminas-mvc-plugin-fileprg * laminas/laminas-mvc-plugin-flashmessenger * laminas/laminas-mvc-plugin-identity * laminas/laminas-mvc-plugin-prg

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

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

sudo dnf -y install php-laminas-mvc-plugins

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

sudo yum -y install php-laminas-mvc-plugins

How To Uninstall php-laminas-mvc-plugins on Fedora 36

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

sudo dnf remove php-laminas-mvc-plugins

php-laminas-mvc-plugins Package Contents on Fedora 36

/usr/share/doc/php-laminas-mvc-plugins
/usr/share/doc/php-laminas-mvc-plugins/CHANGELOG.md
/usr/share/doc/php-laminas-mvc-plugins/COPYRIGHT.md
/usr/share/doc/php-laminas-mvc-plugins/README.md
/usr/share/doc/php-laminas-mvc-plugins/composer.json
/usr/share/licenses/php-laminas-mvc-plugins
/usr/share/licenses/php-laminas-mvc-plugins/LICENSE
/usr/share/php/Laminas/Mvc/Plugin/autoload.php
/usr/share/php/Zend/Mvc/Plugin/autoload.php

References

Summary

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