How To Install php-laminas-config on Fedora 36

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

Introduction

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

What is php-laminas-config

Laminas\Config is designed to simplify access to configuration data within applications. It provides a nested object property-based user interface for accessing this configuration data within application code. The configuration data may come from a variety of media supporting hierarchical data storage. Documentation

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

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

sudo dnf -y install php-laminas-config

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

sudo yum -y install php-laminas-config

How To Uninstall php-laminas-config on Fedora 36

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

sudo dnf remove php-laminas-config

php-laminas-config Package Contents on Fedora 36

/usr/share/doc/php-laminas-config
/usr/share/doc/php-laminas-config/CHANGELOG.md
/usr/share/doc/php-laminas-config/COPYRIGHT.md
/usr/share/doc/php-laminas-config/README.md
/usr/share/doc/php-laminas-config/composer.json
/usr/share/licenses/php-laminas-config
/usr/share/licenses/php-laminas-config/LICENSE
/usr/share/php/Laminas/Config
/usr/share/php/Laminas/Config/AbstractConfigFactory.php
/usr/share/php/Laminas/Config/Config.php
/usr/share/php/Laminas/Config/Exception
/usr/share/php/Laminas/Config/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Config/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Config/Exception/RuntimeException.php
/usr/share/php/Laminas/Config/Factory.php
/usr/share/php/Laminas/Config/Processor
/usr/share/php/Laminas/Config/Processor/Constant.php
/usr/share/php/Laminas/Config/Processor/Filter.php
/usr/share/php/Laminas/Config/Processor/ProcessorInterface.php
/usr/share/php/Laminas/Config/Processor/Queue.php
/usr/share/php/Laminas/Config/Processor/Token.php
/usr/share/php/Laminas/Config/Processor/Translator.php
/usr/share/php/Laminas/Config/Reader
/usr/share/php/Laminas/Config/Reader/Ini.php
/usr/share/php/Laminas/Config/Reader/JavaProperties.php
/usr/share/php/Laminas/Config/Reader/Json.php
/usr/share/php/Laminas/Config/Reader/ReaderInterface.php
/usr/share/php/Laminas/Config/Reader/Xml.php
/usr/share/php/Laminas/Config/Reader/Yaml.php
/usr/share/php/Laminas/Config/ReaderPluginManager.php
/usr/share/php/Laminas/Config/Writer
/usr/share/php/Laminas/Config/Writer/AbstractWriter.php
/usr/share/php/Laminas/Config/Writer/Ini.php
/usr/share/php/Laminas/Config/Writer/Json.php
/usr/share/php/Laminas/Config/Writer/PhpArray.php
/usr/share/php/Laminas/Config/Writer/WriterInterface.php
/usr/share/php/Laminas/Config/Writer/Xml.php
/usr/share/php/Laminas/Config/Writer/Yaml.php
/usr/share/php/Laminas/Config/WriterPluginManager.php
/usr/share/php/Laminas/Config/autoload.php
/usr/share/php/Zend/Config
/usr/share/php/Zend/Config/autoload.php

References

Summary

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