Its been a while, since I did something with debian... Probably need to modify your repo list...
First thing was to install new repo, was that successful?
There is some deb or dpkg option to identify which repo provides you the package.. maybe you need to remove some older zabbix repo from your repo list and update to new one...
First thing was to install new repo, was that successful?
Code:
# wget https://repo.zabbix.com/zabbix/6.4/debian/pool/main/z/zabbix-release/zabbix-release_6.4-1+debian11_all.deb # dpkg -i zabbix-release_6.4-1+debian11_all.deb # apt update
Comment