How To Install php-ezc-EventLogDatabaseTiein on CentOS 7
Introduction
In this tutorial we learn how to install php-ezc-EventLogDatabaseTiein
on CentOS 7.
What is php-ezc-EventLogDatabaseTiein
The EventLogDatabaseTiein component provides an API to log events and audit trails using a database connection. ezcLogDatabaseWriter is the log writer that writes log messages to the database. To write log messages to the database, the Database component is used. The table to which the log is written should already exist.
We can use yum
or dnf
to install php-ezc-EventLogDatabaseTiein
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install php-ezc-EventLogDatabaseTiein.
Install php-ezc-EventLogDatabaseTiein on CentOS 7 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install php-ezc-EventLogDatabaseTiein
using yum
by running the following command:
Install php-ezc-EventLogDatabaseTiein 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.
After updating yum database, We can install php-ezc-EventLogDatabaseTiein
using dnf
by running the following command:
How To Uninstall php-ezc-EventLogDatabaseTiein on CentOS 7
To uninstall only the php-ezc-EventLogDatabaseTiein
package we can use the following command:
References
Summary
In this tutorial we learn how to install php-ezc-EventLogDatabaseTiein
on CentOS 7 using yum
and dnf
.