Problème installation dépendances monitoring2

Bonjour,
Je viens d’acheter le plug-in et les dépendances ne semblent pas OK, ça reste en rouge.

0000|+ echo '*******************Begin of package installation******************'
0001|*******************Begin of package installation******************
0002|+ touch /tmp/jeedom_install_in_progress_monitoring2
0003|+ echo 1
0004|+ echo 2
0005|+ sudo apt update
0006|WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
0007|Hit:1 http://security.debian.org buster/updates InRelease
0008|Hit:2 http://deb.debian.org/debian buster InRelease
0009|Hit:3 http://deb.debian.org/debian buster-updates InRelease
0010|Hit:4 http://deb.debian.org/debian buster-backports InRelease
0011|Hit:5 https://deb.nodesource.com/node_16.x buster InRelease
0012|Reading package lists...
0013|Building dependency tree...
0014|Reading state information...
0015|All packages are up to date.
0016|+ echo 3
0017|+ sudo apt install -o Dpkg::Options::=--force-confdef -y snmp-mibs-downloader
0018|WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
0019|Reading package lists...
0020|Building dependency tree...
0021|Reading state information...
0022|Package snmp-mibs-downloader is not available, but is referred to by another package.
0023|This may mean that the package is missing, has been obsoleted, or
0024|is only available from another source
0025|E: Package 'snmp-mibs-downloader' has no installation candidate
0026|+ echo 4
0027|+ sudo systemctl restart apache2
0028|+ echo 5
0029|+ php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end monitoring2
0030|+ rm /tmp/jeedom_install_in_progress_monitoring2
0031|+ echo '*******************End of package installation******************'
0032|*******************End of package installation******************

J’ai lancé les commandes trouvées sur un autre post puis relancé les dépendances

sudo apt-get --allow-releaseinfo-change update
sudo apt update
sudo apt upgrade

Mais ça ne résout pas le problème.
Je suis sur la dernière version stable de Jeedom 4.3.17

Merci d’avance pour votre aide.