# Installer un agent Zabbix sous Linux Lien de téléchargement de l'agent : [Download Zabbix](https://www.zabbix.com/download) On sélectionne les paquets qui correspondent à la distribution et la version. [![image-1612733748724.png](https://docs.khroners.fr/uploads/images/gallery/2021-02/scaled-1680-/Ta0F1f3Mlhkrc25B-image-1612733748724.png)](https://docs.khroners.fr/uploads/images/gallery/2021-02/Ta0F1f3Mlhkrc25B-image-1612733748724.png) Il faut adapter les URL à votre version. `apt install wget -y` `wget https://repo.zabbix.com/zabbix/5.2/debian/pool/main/z/zabbix-release/zabbix-release_5.2-1+debian10_all.deb` `dpkg -i zabbix-release_5.2-1+debian10_all.deb` `apt update` `apt install zabbix-agent` [![image-1612735136800.png](https://docs.khroners.fr/uploads/images/gallery/2021-02/scaled-1680-/XA0IxAwK4FUNhK8b-image-1612735136800.png)](https://docs.khroners.fr/uploads/images/gallery/2021-02/XA0IxAwK4FUNhK8b-image-1612735136800.png)