Ad Widget

Collapse

Package zabbix-apache-conf is not available

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Inxmatba
    Junior Member
    • Feb 2017
    • 9

    #1

    Package zabbix-apache-conf is not available

    Hello

    I try to upgrade Zabbix from 3.2.7 to 4.4 and use the path given by https://www.zabbix.com/documentation.../debian_ubuntu
    at point 5 (apt-get install zabbix-apache-conf) I get the following issue:


    apt-get install zabbix-apache-conf
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package zabbix-apache-conf is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

    E: Package 'zabbix-apache-conf' has no installation candidate





    How can I solve this?

    kind regards
    lnxmatba
    Last edited by Inxmatba; 13-02-2020, 15:50.
  • dimir
    Zabbix developer
    • Apr 2011
    • 1080

    #2
    Use this one here: https://www.zabbix.com/download
    It looks like you are missing zabbix-release_4.4 package. If not, does
    Code:
    sudo apt update
    help?

    Comment

  • dimir
    Zabbix developer
    • Apr 2011
    • 1080

    #3
    Well, the package is there: https://repo.zabbix.com/zabbix/4.4/d...main/z/zabbix/
    Did you try exact instruction as on download.com page:
    Code:
    apt -y install zabbix-frontend-php zabbix-apache-conf

    Comment

    • drbobby
      Junior Member
      • Feb 2020
      • 1

      #4
      Make sure that the correct repo is in your apt sources list:

      http://repo.zabbix.com/zabbix/4.4/ubuntu bionic/main

      Comment

      • Inxmatba
        Junior Member
        • Feb 2017
        • 9

        #5
        Now it work's..

        # dpkg -i zabbix-release_4.4-1+buster_all.deb
        dpkg: warning: downgrading zabbix-release from 1:4.4-1+stretch to 1:4.4-1+buster

        Maybe the stretch to buster was the issue?


        This is the way i did it now:

        # wget https://repo.zabbix.com/zabbix/4.4/d...buster_all.deb
        # dpkg -i zabbix-release_4.4-1+buster_all.deb
        # apt update


        apt-get install zabbix-apache-conf

        Comment

        Working...