How To Install zabbix-dbfiles-mysql on Fedora 36

In this tutorial we learn how to install zabbix-dbfiles-mysql in Fedora 36. zabbix-dbfiles-mysql is Zabbix database schemas, images, data and patches

Introduction

In this tutorial we learn how to install zabbix-dbfiles-mysql on Fedora 36.

What is zabbix-dbfiles-mysql

Zabbix database schemas, images, data and patches necessary for creating and/or updating MySQL databases

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

Install zabbix-dbfiles-mysql 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 zabbix-dbfiles-mysql using dnf by running the following command:

sudo dnf -y install zabbix-dbfiles-mysql

Install zabbix-dbfiles-mysql 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 zabbix-dbfiles-mysql using yum by running the following command:

sudo yum -y install zabbix-dbfiles-mysql

How To Uninstall zabbix-dbfiles-mysql on Fedora 36

To uninstall only the zabbix-dbfiles-mysql package we can use the following command:

sudo dnf remove zabbix-dbfiles-mysql

zabbix-dbfiles-mysql Package Contents on Fedora 36

/usr/share/licenses/zabbix-dbfiles-mysql
/usr/share/licenses/zabbix-dbfiles-mysql/COPYING
/usr/share/zabbix-mysql
/usr/share/zabbix-mysql/data.sql
/usr/share/zabbix-mysql/double.sql
/usr/share/zabbix-mysql/images.sql
/usr/share/zabbix-mysql/schema.sql

References

Summary

In this tutorial we learn how to install zabbix-dbfiles-mysql on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).