How To Install php-interfasys-lognormalizer on Fedora 36

In this tutorial we learn how to install php-interfasys-lognormalizer in Fedora 36. php-interfasys-lognormalizer is Parses variables and converts them to string

Introduction

In this tutorial we learn how to install php-interfasys-lognormalizer on Fedora 36.

What is php-interfasys-lognormalizer

Parses variables and converts them to string so that they can be logged. Based on the Monolog formatter/normalizer. Autoloader

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

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

sudo dnf -y install php-interfasys-lognormalizer

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

sudo yum -y install php-interfasys-lognormalizer

How To Uninstall php-interfasys-lognormalizer on Fedora 36

To uninstall only the php-interfasys-lognormalizer package we can use the following command:

sudo dnf remove php-interfasys-lognormalizer

php-interfasys-lognormalizer Package Contents on Fedora 36

/usr/share/doc/php-interfasys-lognormalizer
/usr/share/doc/php-interfasys-lognormalizer/AUTHORS.md
/usr/share/doc/php-interfasys-lognormalizer/CHANGELOG.md
/usr/share/doc/php-interfasys-lognormalizer/README.md
/usr/share/doc/php-interfasys-lognormalizer/composer.json
/usr/share/licenses/php-interfasys-lognormalizer
/usr/share/licenses/php-interfasys-lognormalizer/COPYING
/usr/share/php/InterfaSys
/usr/share/php/InterfaSys/LogNormalizer
/usr/share/php/InterfaSys/LogNormalizer/Normalizer.php
/usr/share/php/InterfaSys/LogNormalizer/autoload.php

References

Summary

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