How To Install php-laminas-permissions-rbac on Fedora 36

In this tutorial we learn how to install php-laminas-permissions-rbac in Fedora 36. php-laminas-permissions-rbac is Laminas Framework Permissions/Rbac component

Introduction

In this tutorial we learn how to install php-laminas-permissions-rbac on Fedora 36.

What is php-laminas-permissions-rbac

Provides role-based access control (RBAC) permissions management. Documentation

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

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

sudo dnf -y install php-laminas-permissions-rbac

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

sudo yum -y install php-laminas-permissions-rbac

How To Uninstall php-laminas-permissions-rbac on Fedora 36

To uninstall only the php-laminas-permissions-rbac package we can use the following command:

sudo dnf remove php-laminas-permissions-rbac

php-laminas-permissions-rbac Package Contents on Fedora 36

/usr/share/doc/php-laminas-permissions-rbac
/usr/share/doc/php-laminas-permissions-rbac/COPYRIGHT.md
/usr/share/doc/php-laminas-permissions-rbac/README.md
/usr/share/doc/php-laminas-permissions-rbac/composer.json
/usr/share/licenses/php-laminas-permissions-rbac
/usr/share/licenses/php-laminas-permissions-rbac/LICENSE
/usr/share/php/Laminas/Permissions
/usr/share/php/Laminas/Permissions/Rbac
/usr/share/php/Laminas/Permissions/Rbac/Assertion
/usr/share/php/Laminas/Permissions/Rbac/Assertion/CallbackAssertion.php
/usr/share/php/Laminas/Permissions/Rbac/AssertionInterface.php
/usr/share/php/Laminas/Permissions/Rbac/Exception
/usr/share/php/Laminas/Permissions/Rbac/Exception/CircularReferenceException.php
/usr/share/php/Laminas/Permissions/Rbac/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Permissions/Rbac/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Permissions/Rbac/Exception/RuntimeException.php
/usr/share/php/Laminas/Permissions/Rbac/Rbac.php
/usr/share/php/Laminas/Permissions/Rbac/Role.php
/usr/share/php/Laminas/Permissions/Rbac/RoleInterface.php
/usr/share/php/Laminas/Permissions/Rbac/autoload.php
/usr/share/php/Zend/Permissions
/usr/share/php/Zend/Permissions/Rbac
/usr/share/php/Zend/Permissions/Rbac/autoload.php

References

Summary

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