Zabbix package : Linux commands

For APT-based systems (Ubuntu / Debian)

1. List all available Zabbix packages in the repo

apt list | grep zabbix

or to include all versions:

apt list -a | grep zabbix


2. List all installed Zabbix packages

dpkg -l | grep zabbix

For YUM/DNF-based systems (RHEL / CentOS / Rocky / Alma)

1. List all available Zabbix packages in the repository

yum list available | grep zabbix

2. List all installed Zabbix packages

yum list installed | grep zabbix







Comments

Popular posts from this blog

How to enable the syslog monitoring-Zabbix

Zabbix installation: Distribution setup

Zabbix built-in HA Vs Pacemaker/corosync