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

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

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

以下の手順は、Zabbixのマイナーバージョンのリリース候補に使用される不安定なZabbixリリースリポジトリ (デフォルトでは無効) を有効にするための手順です。

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

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

[comment]: # ({21440a36-05fb2800})
### Red Hat Enterprise Linux

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

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

[comment]: # ({/21440a36-05fb2800})

[comment]: # ({779a5714-f13e36b3})
### Debian/Ubuntu

`/etc/apt/sources.list.d/zabbix.list` を開き、「Zabbix unstable repository」のコメントを解除します。

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

[comment]: # ({/779a5714-f13e36b3})

[comment]: # ({5ba032ae-37a29df2})
### SUSE

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

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

[comment]: # ({/5ba032ae-37a29df2})
