[comment]: # ({f9b12516-b2259b50})
# 6 不安定版リリース

[comment]: # ({/f9b12516-b2259b50})

[comment]: # ({8175f2b2-9e4d6713})
### 概要

Zabbixのマイナーバージョン (つまりZabbix 6.0.x) リリース候補のパッケージは、Zabbix 6.0.9以降で提供されています。

以下の手順は、不安定版Zabbixリリースリポジトリを有効にするためのものです (デフォルトでは無効)。

まず、最新のzabbix-releaseパッケージをインストールするか、更新します。システムでrcパッケージを有効にするには、次の手順を実行します。

[comment]: # ({/8175f2b2-9e4d6713})

[comment]: # ({5bed8bf0-16a989ea})
### Red Hat Enterprise Linux

`/etc/yum.repos.d/zabbix.repo`ファイルを開き、`zabbix-unstable`リポジトリに対してenabled=1を設定します。


    [zabbix-unstable]
    name=Zabbix Official Repository (unstable) - $basearch
    baseurl=https://repo.zabbix.com/zabbix/5.5/rhel/8/$basearch/
    enabled=1
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX-A14FE591

[comment]: # ({/5bed8bf0-16a989ea})

[comment]: # ({8714181e-8f7fa1f9})
### Debian/Ubuntu

`/etc/apt/sources.list.d/zabbix.list`を開き、"Zabbix unstable repository"下のコメントを外します。

    # Zabbix unstable repository
    deb https://repo.zabbix.com/zabbix/5.5/debian bullseye main
    deb-src https://repo.zabbix.com/zabbix/5.5/debian bullseye main

[comment]: # ({/8714181e-8f7fa1f9})

[comment]: # ({1c0794b9-a423acfa})
### SUSE

`/etc/zypp/repos.d/zabbix.repo`ファイルを開き、`zabbix-unstable`リポジトリに対してenable=1を設定します。


    [zabbix-unstable]
    name=Zabbix Official Repository
    type=rpm-md
    baseurl=https://repo.zabbix.com/zabbix/5.5/sles/15/x86_64/
    gpgcheck=1
    gpgkey=https://repo.zabbix.com/zabbix/5.5/sles/15/x86_64/repodata/repomd.xml.key
    enabled=1
    update=1

[comment]: # ({/1c0794b9-a423acfa})
