How To Install php-laminas-session on Fedora 36

In this tutorial we learn how to install php-laminas-session in Fedora 36. php-laminas-session is Laminas Framework Session component

Introduction

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

What is php-laminas-session

Laminas\Session is a component to manage PHP session using an object oriented interface. Documentation

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

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

sudo dnf -y install php-laminas-session

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

sudo yum -y install php-laminas-session

How To Uninstall php-laminas-session on Fedora 36

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

sudo dnf remove php-laminas-session

php-laminas-session Package Contents on Fedora 36

/usr/share/doc/php-laminas-session
/usr/share/doc/php-laminas-session/COPYRIGHT.md
/usr/share/doc/php-laminas-session/README.md
/usr/share/doc/php-laminas-session/composer.json
/usr/share/licenses/php-laminas-session
/usr/share/licenses/php-laminas-session/LICENSE
/usr/share/php/Laminas/Session
/usr/share/php/Laminas/Session/AbstractContainer.php
/usr/share/php/Laminas/Session/AbstractManager.php
/usr/share/php/Laminas/Session/AbstractValidatorChain.php
/usr/share/php/Laminas/Session/Config
/usr/share/php/Laminas/Session/Config/ConfigInterface.php
/usr/share/php/Laminas/Session/Config/SameSiteCookieCapableInterface.php
/usr/share/php/Laminas/Session/Config/SessionConfig.php
/usr/share/php/Laminas/Session/Config/StandardConfig.php
/usr/share/php/Laminas/Session/ConfigProvider.php
/usr/share/php/Laminas/Session/Container.php
/usr/share/php/Laminas/Session/Exception
/usr/share/php/Laminas/Session/Exception/BadMethodCallException.php
/usr/share/php/Laminas/Session/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Session/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Session/Exception/RuntimeException.php
/usr/share/php/Laminas/Session/ManagerInterface.php
/usr/share/php/Laminas/Session/Module.php
/usr/share/php/Laminas/Session/SaveHandler
/usr/share/php/Laminas/Session/SaveHandler/Cache.php
/usr/share/php/Laminas/Session/SaveHandler/DbTableGateway.php
/usr/share/php/Laminas/Session/SaveHandler/DbTableGatewayOptions.php
/usr/share/php/Laminas/Session/SaveHandler/MongoDB.php
/usr/share/php/Laminas/Session/SaveHandler/MongoDBOptions.php
/usr/share/php/Laminas/Session/SaveHandler/SaveHandlerInterface.php
/usr/share/php/Laminas/Session/Service
/usr/share/php/Laminas/Session/Service/ContainerAbstractServiceFactory.php
/usr/share/php/Laminas/Session/Service/SessionConfigFactory.php
/usr/share/php/Laminas/Session/Service/SessionManagerFactory.php
/usr/share/php/Laminas/Session/Service/StorageFactory.php
/usr/share/php/Laminas/Session/SessionManager.php
/usr/share/php/Laminas/Session/Storage
/usr/share/php/Laminas/Session/Storage/AbstractSessionArrayStorage.php
/usr/share/php/Laminas/Session/Storage/ArrayStorage.php
/usr/share/php/Laminas/Session/Storage/Factory.php
/usr/share/php/Laminas/Session/Storage/SessionArrayStorage.php
/usr/share/php/Laminas/Session/Storage/SessionStorage.php
/usr/share/php/Laminas/Session/Storage/StorageInitializationInterface.php
/usr/share/php/Laminas/Session/Storage/StorageInterface.php
/usr/share/php/Laminas/Session/Validator
/usr/share/php/Laminas/Session/Validator/AbstractValidatorChainEM3.php
/usr/share/php/Laminas/Session/Validator/HttpUserAgent.php
/usr/share/php/Laminas/Session/Validator/Id.php
/usr/share/php/Laminas/Session/Validator/RemoteAddr.php
/usr/share/php/Laminas/Session/Validator/ValidatorChainTrait.php
/usr/share/php/Laminas/Session/Validator/ValidatorInterface.php
/usr/share/php/Laminas/Session/ValidatorChain.php
/usr/share/php/Laminas/Session/autoload.php
/usr/share/php/Laminas/Session/compatibility
/usr/share/php/Laminas/Session/compatibility/autoload.php
/usr/share/php/Zend/Session
/usr/share/php/Zend/Session/autoload.php

References

Summary

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