How To Install zabbix-server on Fedora 36

In this tutorial we learn how to install zabbix-server in Fedora 36. zabbix-server is Zabbix server common files

Introduction

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

What is zabbix-server

Zabbix server common files

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

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

sudo dnf -y install zabbix-server

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

sudo yum -y install zabbix-server

How To Uninstall zabbix-server on Fedora 36

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

sudo dnf remove zabbix-server

zabbix-server Package Contents on Fedora 36

/etc/logrotate.d/zabbix-server
/etc/zabbix_server.conf
/run/zabbixsrv
/usr/lib/systemd/system/zabbix-server.service
/usr/lib/tmpfiles.d/zabbixsrv.conf
/usr/sbin/zabbix_server
/usr/share/doc/zabbix-server
/usr/share/doc/zabbix-server/zabbix_trap_receiver.pl
/usr/share/man/man8/zabbix_server.8.gz
/var/lib/zabbixsrv
/var/lib/zabbixsrv/alertscripts
/var/lib/zabbixsrv/externalscripts
/var/lib/zabbixsrv/tmp
/var/log/zabbixsrv

References

Summary

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