+ echo '*******************Begin of package installation******************' *******************Begin of package installation****************** + touch /tmp/jeedom_install_in_progress_gcast + echo 1 + echo 2 + sudo apt update WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease Hit:2 http://archive.raspberrypi.org/debian buster InRelease Hit:3 https://deb.nodesource.com/node_16.x buster InRelease Reading package lists... Building dependency tree... Reading state information... All packages are up to date. + echo 3 + sudo apt install -o Dpkg::Options::=--force-confdef -y libttspico-utils WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... Package libttspico-utils 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 'libttspico-utils' has no installation candidate + echo 4 + php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end gcast + rm /tmp/jeedom_install_in_progress_gcast + echo '*******************End of package installation******************' *******************End of package installation******************