6 不安定版リリース

概要

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

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

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/7.2/unstable/rhel/8/$basearch/
       enabled=1
       gpgcheck=1
       gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX-A14FE591
Copy
✔ Copied

Debian/Ubuntu

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

# Zabbix unstable repository
       deb https://repo.zabbix.com/zabbix/7.2/unstable/debian bullseye main
       deb-src https://repo.zabbix.com/zabbix/7.2/unstable/debian bullseye main
Copy
✔ Copied

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/7.2/unstable/sles/15/x86_64/
       gpgcheck=1
       gpgkey=https://repo.zabbix.com/zabbix/7.2/unstable/sles/15/x86_64/repodata/repomd.xml.key
       enabled=1
       update=1
Copy
✔ Copied
To toggle search highlight, press Ctrl+Alt+H
Have an improvement suggestion for this page? Select the text that could be improved and press Ctrl+Enter to send it to the editors.