Ad Widget

Collapse

Zabbix Repo for Ubuntu 26.04 LTS error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JuergenM
    Junior Member
    • Dec 2024
    • 7

    #1

    Zabbix Repo for Ubuntu 26.04 LTS error

    After adding the repo for Ubuntu 26.04. (zabbix-release_latest_7.0+ubuntu26.04_all.deb) apt update shows an error:
    https://repo.zabbix.com/zabbix-tools/debian-ubuntu resolute Release
    404 Not Found [IP: 178.128.6.101 443]

    Is there a file missing or is it my fault?
    Thanks, Juergen
  • Antimidas
    Junior Member
    • May 2026
    • 7

    #2
    How did you add the repository? Manually, or by following the wget method over at https://www.zabbix.com/download?zabb...ysql&ws=apache ?

    Though I have not yet upgraded the servers to 26.04 LTS, there are specific commands that are best for adding the repositories.

    Code:
    # wget https://repo.zabbix.com/zabbix/7.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest_7.0+ubuntu26.04_all.deb
    # dpkg -i zabbix-release_latest_7.0+ubuntu26.04_all.deb
    # apt update
    These should work to resolve that issue. I would manually remove the repositories if they were added manually before applying the steps above.

    Comment


    • JuergenM
      JuergenM commented
      Editing a comment
      Applied from this url with wget
      Now I deleted the repo and did it again. It worked. Thanks
      Last edited by JuergenM; Yesterday, 08:57.
  • johnny16
    Junior Member
    • Mar 2026
    • 2

    #3
    The /zabbix/7.4/release/ubuntu repo is missing release/key files like InRelease, Release, and Release.gpg for Ubuntu 26.04 resolute:


    Code:
    Error: The repository 'https://repo.zabbix.com/zabbix/7.4/release/ubuntu resolute Release' does not have a Release file.

    Comment

    • johnny16
      Junior Member
      • Mar 2026
      • 2

      #4
      Originally posted by johnny16
      The /zabbix/7.4/release/ubuntu repo is missing release/key files like InRelease, Release, and Release.gpg for Ubuntu 26.04 resolute:


      Code:
      Error: The repository 'https://repo.zabbix.com/zabbix/7.4/release/ubuntu resolute Release' does not have a Release file.

      https://repo.zabbix.com/zabbix/7.4/r...ists/resolute/
      Nice! The needed files were added at 2026-May-08 10:34 so it's fixed now!

      Comment

      Working...