How To Install php-laminas-log on Fedora 36

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

Introduction

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

What is php-laminas-log

Laminas\Log is a component for general purpose logging. It supports multiple log backends, formatting messages sent to the log, and filtering messages from being logged. Documentation

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

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

sudo dnf -y install php-laminas-log

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

sudo yum -y install php-laminas-log

How To Uninstall php-laminas-log on Fedora 36

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

sudo dnf remove php-laminas-log

php-laminas-log Package Contents on Fedora 36

/usr/share/doc/php-laminas-log
/usr/share/doc/php-laminas-log/COPYRIGHT.md
/usr/share/doc/php-laminas-log/README.md
/usr/share/doc/php-laminas-log/composer.json
/usr/share/licenses/php-laminas-log
/usr/share/licenses/php-laminas-log/LICENSE
/usr/share/php/Laminas/Log
/usr/share/php/Laminas/Log/ConfigProvider.php
/usr/share/php/Laminas/Log/Exception
/usr/share/php/Laminas/Log/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Log/Exception/ExtensionNotLoadedException.php
/usr/share/php/Laminas/Log/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Log/Exception/RuntimeException.php
/usr/share/php/Laminas/Log/Filter
/usr/share/php/Laminas/Log/Filter/FilterInterface.php
/usr/share/php/Laminas/Log/Filter/LogFilterProviderInterface.php
/usr/share/php/Laminas/Log/Filter/Mock.php
/usr/share/php/Laminas/Log/Filter/Priority.php
/usr/share/php/Laminas/Log/Filter/Regex.php
/usr/share/php/Laminas/Log/Filter/Sample.php
/usr/share/php/Laminas/Log/Filter/SuppressFilter.php
/usr/share/php/Laminas/Log/Filter/Timestamp.php
/usr/share/php/Laminas/Log/Filter/Validator.php
/usr/share/php/Laminas/Log/FilterPluginManager.php
/usr/share/php/Laminas/Log/FilterPluginManagerFactory.php
/usr/share/php/Laminas/Log/Formatter
/usr/share/php/Laminas/Log/Formatter/Base.php
/usr/share/php/Laminas/Log/Formatter/ChromePhp.php
/usr/share/php/Laminas/Log/Formatter/Db.php
/usr/share/php/Laminas/Log/Formatter/ErrorHandler.php
/usr/share/php/Laminas/Log/Formatter/ExceptionHandler.php
/usr/share/php/Laminas/Log/Formatter/FirePhp.php
/usr/share/php/Laminas/Log/Formatter/FormatterInterface.php
/usr/share/php/Laminas/Log/Formatter/Json.php
/usr/share/php/Laminas/Log/Formatter/LogFormatterProviderInterface.php
/usr/share/php/Laminas/Log/Formatter/Simple.php
/usr/share/php/Laminas/Log/Formatter/Xml.php
/usr/share/php/Laminas/Log/FormatterPluginManager.php
/usr/share/php/Laminas/Log/FormatterPluginManagerFactory.php
/usr/share/php/Laminas/Log/Logger.php
/usr/share/php/Laminas/Log/LoggerAbstractServiceFactory.php
/usr/share/php/Laminas/Log/LoggerAwareInterface.php
/usr/share/php/Laminas/Log/LoggerAwareTrait.php
/usr/share/php/Laminas/Log/LoggerInterface.php
/usr/share/php/Laminas/Log/LoggerServiceFactory.php
/usr/share/php/Laminas/Log/Module.php
/usr/share/php/Laminas/Log/Processor
/usr/share/php/Laminas/Log/Processor/Backtrace.php
/usr/share/php/Laminas/Log/Processor/ProcessorInterface.php
/usr/share/php/Laminas/Log/Processor/PsrPlaceholder.php
/usr/share/php/Laminas/Log/Processor/ReferenceId.php
/usr/share/php/Laminas/Log/Processor/RequestId.php
/usr/share/php/Laminas/Log/ProcessorPluginManager.php
/usr/share/php/Laminas/Log/ProcessorPluginManagerFactory.php
/usr/share/php/Laminas/Log/PsrLoggerAbstractAdapterFactory.php
/usr/share/php/Laminas/Log/PsrLoggerAdapter.php
/usr/share/php/Laminas/Log/Writer
/usr/share/php/Laminas/Log/Writer/AbstractWriter.php
/usr/share/php/Laminas/Log/Writer/ChromePhp
/usr/share/php/Laminas/Log/Writer/ChromePhp.php
/usr/share/php/Laminas/Log/Writer/ChromePhp/ChromePhpBridge.php
/usr/share/php/Laminas/Log/Writer/ChromePhp/ChromePhpInterface.php
/usr/share/php/Laminas/Log/Writer/Db.php
/usr/share/php/Laminas/Log/Writer/Factory
/usr/share/php/Laminas/Log/Writer/Factory/WriterFactory.php
/usr/share/php/Laminas/Log/Writer/FilterPluginManager.php
/usr/share/php/Laminas/Log/Writer/FingersCrossed.php
/usr/share/php/Laminas/Log/Writer/FirePhp
/usr/share/php/Laminas/Log/Writer/FirePhp.php
/usr/share/php/Laminas/Log/Writer/FirePhp/FirePhpBridge.php
/usr/share/php/Laminas/Log/Writer/FirePhp/FirePhpInterface.php
/usr/share/php/Laminas/Log/Writer/FormatterPluginManager.php
/usr/share/php/Laminas/Log/Writer/Mail.php
/usr/share/php/Laminas/Log/Writer/Mock.php
/usr/share/php/Laminas/Log/Writer/Mongo.php
/usr/share/php/Laminas/Log/Writer/MongoDB.php
/usr/share/php/Laminas/Log/Writer/Noop.php
/usr/share/php/Laminas/Log/Writer/Psr.php
/usr/share/php/Laminas/Log/Writer/Stream.php
/usr/share/php/Laminas/Log/Writer/Syslog.php
/usr/share/php/Laminas/Log/Writer/WriterInterface.php
/usr/share/php/Laminas/Log/Writer/ZendMonitor.php
/usr/share/php/Laminas/Log/WriterPluginManager.php
/usr/share/php/Laminas/Log/WriterPluginManagerFactory.php
/usr/share/php/Laminas/Log/autoload.php
/usr/share/php/Zend/Log
/usr/share/php/Zend/Log/autoload.php

References

Summary

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