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

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

Introduction

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

What is php-laminas-mvc-plugin-identity

Provides a laminas-mvc plugin (for versions 3.0 and up) that allows retrieving the current identity as provided by laminas-authentication. Documentation

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

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

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

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

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

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

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

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

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

/usr/share/doc/php-laminas-mvc-plugin-identity
/usr/share/doc/php-laminas-mvc-plugin-identity/COPYRIGHT.md
/usr/share/doc/php-laminas-mvc-plugin-identity/README.md
/usr/share/doc/php-laminas-mvc-plugin-identity/composer.json
/usr/share/licenses/php-laminas-mvc-plugin-identity
/usr/share/licenses/php-laminas-mvc-plugin-identity/LICENSE
/usr/share/php/Laminas/Mvc/Plugin
/usr/share/php/Laminas/Mvc/Plugin/Identity
/usr/share/php/Laminas/Mvc/Plugin/Identity/Exception
/usr/share/php/Laminas/Mvc/Plugin/Identity/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Mvc/Plugin/Identity/Exception/RuntimeException.php
/usr/share/php/Laminas/Mvc/Plugin/Identity/Identity.php
/usr/share/php/Laminas/Mvc/Plugin/Identity/IdentityFactory.php
/usr/share/php/Laminas/Mvc/Plugin/Identity/Module.php
/usr/share/php/Laminas/Mvc/Plugin/Identity/autoload.php
/usr/share/php/Zend/Mvc/Plugin
/usr/share/php/Zend/Mvc/Plugin/Identity
/usr/share/php/Zend/Mvc/Plugin/Identity/autoload.php

References

Summary

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