| Puppet Version: last version of Puppet Agent Puppet Server Version:- OS Name/Version: Linux Debiana 10 Buster I recently purchased the Siemens Simatic IoT 2050 and installed the proposed base image Debian 10 buster. Currently, I will install the agent Puppet (open-source) in order to control the 2050 remotely. By following the recommendations of the software publisher Puppet, I always get this error on the 2050. What is so special that it doesn't work? I follow this instruction : wget https://apt.puppet.com/puppet6-release-buster.deb dpkg -i puppet6-release-buster.deb apt update apt install puppet-agent and finally obtain this error : root @ iot2050-debian: ~ # apt install puppet-agent Reading package lists ... Done Building dependency tree Reading state information ... Done Package puppet-agent 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 'puppet-agent' has no installation candidate Thank's for your help ! |