Some packages (agent, proxy, etc.) are available for RHEL 5 and RHEL 6 (in http://repo.zabbix.com/zabbix/3.2/rhel/5/x86_64/ and http://repo.zabbix.com/zabbix/3.2/rhel/6/x86_64/ directories respectively).
Install the repository configuration package. This package contains yum (software package manager) configuration files.
Now you are ready to install Zabbix server with MySQL or server with PostreSQL, agent and proxy.
Install the repository configuration package, which contains apt (software package manager) configuration files. Shell commands for Debian 9 (stretch):
# wget http://repo.zabbix.com/zabbix/3.2/debian/pool/main/z/zabbix-release/zabbix-release_3.2-1+stretch_all.deb
# dpkg -i zabbix-release_3.2-1+stretch_all.deb
# apt-get update
For Debian 8 change 'stretch' to 'jessie'. For Debian 7 change 'stretch' to 'wheezy'.
Now you are ready to install Zabbix server with MySQL or server with PostreSQL, agent and proxy.
Install the repository configuration package, which contains apt (software package manager) configuration files. Shell commands for Ubuntu 16.04 LTS (xenial):
# wget http://repo.zabbix.com/zabbix/3.2/ubuntu/pool/main/z/zabbix-release/zabbix-release_3.2-1+xenial_all.deb
# dpkg -i zabbix-release_3.2-1+xenial_all.deb
# apt-get update
For Ubuntu 14.04 LTS change 'xenial' to 'trusty'.
Now you are ready to install Zabbix server with MySQL or server with PostreSQL, agent and proxy.