How To Install php-interfasys-lognormalizer on CentOS 7

In this tutorial we learn how to install php-interfasys-lognormalizer on CentOS 7. php-interfasys-lognormalizer is Parses variables and converts them to string

Introduction

In this tutorial we learn how to install php-interfasys-lognormalizer on CentOS 7.

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 CentOS 7. 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 CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install php-interfasys-lognormalizer using yum by running the following command:

sudo yum -y install php-interfasys-lognormalizer

Install php-interfasys-lognormalizer on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install php-interfasys-lognormalizer using dnf by running the following command:

sudo dnf -y install php-interfasys-lognormalizer

How To Uninstall php-interfasys-lognormalizer on CentOS 7

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

sudo dnf remove php-interfasys-lognormalizer

References

Summary

In this tutorial we learn how to install php-interfasys-lognormalizer on CentOS 7 using yum and dnf.