How To Install php-laminas-stdlib on Fedora 36

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

Introduction

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

What is php-laminas-stdlib

laminas-stdlib is a set of components that implements general purpose utility class for different scopes like * array utilities functions; * general messaging systems; * string wrappers; * etc. https

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

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

sudo dnf -y install php-laminas-stdlib

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

sudo yum -y install php-laminas-stdlib

How To Uninstall php-laminas-stdlib on Fedora 36

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

sudo dnf remove php-laminas-stdlib

php-laminas-stdlib Package Contents on Fedora 36

/usr/share/doc/php-laminas-stdlib
/usr/share/doc/php-laminas-stdlib/COPYRIGHT.md
/usr/share/doc/php-laminas-stdlib/README.md
/usr/share/doc/php-laminas-stdlib/composer.json
/usr/share/licenses/php-laminas-stdlib
/usr/share/licenses/php-laminas-stdlib/LICENSE
/usr/share/php/Laminas/Stdlib
/usr/share/php/Laminas/Stdlib/AbstractOptions.php
/usr/share/php/Laminas/Stdlib/ArrayObject.php
/usr/share/php/Laminas/Stdlib/ArraySerializableInterface.php
/usr/share/php/Laminas/Stdlib/ArrayStack.php
/usr/share/php/Laminas/Stdlib/ArrayUtils
/usr/share/php/Laminas/Stdlib/ArrayUtils.php
/usr/share/php/Laminas/Stdlib/ArrayUtils/MergeRemoveKey.php
/usr/share/php/Laminas/Stdlib/ArrayUtils/MergeReplaceKey.php
/usr/share/php/Laminas/Stdlib/ArrayUtils/MergeReplaceKeyInterface.php
/usr/share/php/Laminas/Stdlib/ConsoleHelper.php
/usr/share/php/Laminas/Stdlib/DispatchableInterface.php
/usr/share/php/Laminas/Stdlib/ErrorHandler.php
/usr/share/php/Laminas/Stdlib/Exception
/usr/share/php/Laminas/Stdlib/Exception/BadMethodCallException.php
/usr/share/php/Laminas/Stdlib/Exception/DomainException.php
/usr/share/php/Laminas/Stdlib/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Stdlib/Exception/ExtensionNotLoadedException.php
/usr/share/php/Laminas/Stdlib/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Stdlib/Exception/LogicException.php
/usr/share/php/Laminas/Stdlib/Exception/RuntimeException.php
/usr/share/php/Laminas/Stdlib/FastPriorityQueue.php
/usr/share/php/Laminas/Stdlib/Glob.php
/usr/share/php/Laminas/Stdlib/Guard
/usr/share/php/Laminas/Stdlib/Guard/AllGuardsTrait.php
/usr/share/php/Laminas/Stdlib/Guard/ArrayOrTraversableGuardTrait.php
/usr/share/php/Laminas/Stdlib/Guard/EmptyGuardTrait.php
/usr/share/php/Laminas/Stdlib/Guard/NullGuardTrait.php
/usr/share/php/Laminas/Stdlib/InitializableInterface.php
/usr/share/php/Laminas/Stdlib/JsonSerializable.php
/usr/share/php/Laminas/Stdlib/Message.php
/usr/share/php/Laminas/Stdlib/MessageInterface.php
/usr/share/php/Laminas/Stdlib/ParameterObjectInterface.php
/usr/share/php/Laminas/Stdlib/Parameters.php
/usr/share/php/Laminas/Stdlib/ParametersInterface.php
/usr/share/php/Laminas/Stdlib/PriorityList.php
/usr/share/php/Laminas/Stdlib/PriorityQueue.php
/usr/share/php/Laminas/Stdlib/Request.php
/usr/share/php/Laminas/Stdlib/RequestInterface.php
/usr/share/php/Laminas/Stdlib/Response.php
/usr/share/php/Laminas/Stdlib/ResponseInterface.php
/usr/share/php/Laminas/Stdlib/SplPriorityQueue.php
/usr/share/php/Laminas/Stdlib/SplQueue.php
/usr/share/php/Laminas/Stdlib/SplStack.php
/usr/share/php/Laminas/Stdlib/StringUtils.php
/usr/share/php/Laminas/Stdlib/StringWrapper
/usr/share/php/Laminas/Stdlib/StringWrapper/AbstractStringWrapper.php
/usr/share/php/Laminas/Stdlib/StringWrapper/Iconv.php
/usr/share/php/Laminas/Stdlib/StringWrapper/Intl.php
/usr/share/php/Laminas/Stdlib/StringWrapper/MbString.php
/usr/share/php/Laminas/Stdlib/StringWrapper/Native.php
/usr/share/php/Laminas/Stdlib/StringWrapper/StringWrapperInterface.php
/usr/share/php/Laminas/Stdlib/autoload.php
/usr/share/php/Zend/Stdlib
/usr/share/php/Zend/Stdlib/autoload.php

References

Summary

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