[comment]: # ({2792a6fe-8d986b3b})
# 1 获取 Zabbix

[comment]: # ({/2792a6fe-8d986b3b})

[comment]: # ({4d89624c-74ef7c01})
#### 概述

获取 Zabbix 安装介质有四种方法：

-   从 [发行包](install_from_packages#From_distribution_packages) 安装；
-   下载最新的归档源码包并 [编译它](install#Installation_from_sources)；
-   从 [容器](containers) 中安装；
-   下载 [Zabbix 应用](/manual/appliance)。

请转到 [Zabbix 下载页面](http://www.zabbix.com/download.php)
下载最新的源码包或应用，此页面提供最新版本的直接链接。
如果要下载旧版本，请参阅以下稳定版本下载链接。

[comment]: # ({/4d89624c-74ef7c01})

[comment]: # ({e88f42af-e88f42af})
#### Getting Zabbix source code

There are several ways of getting Zabbix source code:

-   You can [download](https://www.zabbix.com/download_sources) the
    released stable versions from the official Zabbix website
-   You can [download](https://www.zabbix.com/developers) nightly builds
    from the official Zabbix website developer page
-   You can get the latest development version from the Git source code
    repository system:
    -   The primary location of the full repository is at
        <https://git.zabbix.com/scm/zbx/zabbix.git>
    -   Master and supported releases are also mirrored to Github at
        <https://github.com/zabbix/zabbix>

A Git client must be installed to clone the repository. The official
commandline Git client package is commonly called **git** in
distributions. To install, for example, on Debian/Ubuntu, run:

    sudo apt-get update
    sudo apt-get install git

To grab all Zabbix source, change to the directory you want to place the
code in and execute:

    git clone https://git.zabbix.com/scm/zbx/zabbix.git

[comment]: # ({/e88f42af-e88f42af})
