Ad Widget

Collapse

Error updating zabbix to version 5-'zabbix-apache-conf' has no installation candidate

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bollerwagen
    Junior Member
    • Jul 2020
    • 2

    #1

    Error updating zabbix to version 5-'zabbix-apache-conf' has no installation candidate

    Hello, everyone,

    I wanted to update our Zabbix monitoring from version 4 to 5 today. Now I have the problem that I cannot update the zabbix-apache-conf because I always get the following error:

    Code:
    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
    Of course I have updated the sources etc. before:

    Code:
    sudo wget https://repo.zabbix.com/zabbix/5.0/debian/pool/main/z/zabbix-release/zabbix-release_5.0-1+$(lsb_release -sc)_all.deb
    sudo dpkg -i zabbix-release_5.0-1+$(lsb_release -sc)_all.deb
    sudo apt update
    Nevertheless I always get the above error - this results in the following error message after starting:

    Click image for larger version

Name:	2020-07-09 08_57_37.png
Views:	1002
Size:	7.5 KB
ID:	404861

    Zabbix runs on a Debian 9 Stretch Server, all updates etc. are installed.

    Does anyone have an idea how I can get the new zabbix-apache-conf?

    Thanks in advance for your help.

    Greetings
    Sebastian
  • chappo40
    Junior Member
    • Jul 2020
    • 3

    #2
    I've just tried installing Zabbix 5.0 on Debian 9 and get the same message.


    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

    Any solution would be appreciated.

    Comment

    Working...