11-19-2021, 01:10 PM
(This post was last modified: 11-19-2021, 01:13 PM by ChristianK.)
Hello I newly found this project, installed my raspi new.
The Linux Debian Based install failed, because apt-key seems deprecated, so I worked around with:
Could you please update https:// manual.pilight.org/installation.html
Because "apt-key add" seem to not work on bullseye and add bullseye to the Note
Or give some better alternative to add your repository
#update: because I am not able to post links, I added a space behind http(s)// ...
The Linux Debian Based install failed, because apt-key seems deprecated, so I worked around with:
Code:
nano /etc/apt/sources.list
Quote:# added [trusted=yes]
deb [trusted=yes] http:// apt.pilight.org/ stable main
Code:
user@host:~# apt-get install pilight
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
pilight : Depends: libmbedcrypto0 but it is not going to be installed
Depends: libmbedtls10 but it is not installable
E: Unable to correct problems, you have held broken packages.
user@host:~# apt install libmbedtls10
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libmbedtls10 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 'libmbedtls10' has no installation candidate
Quote:wget http:// apt.pilight.org/pool/stable/main/l/libmbedx509-0/libmbedx509-0_2.6.0-1_armhf.deb
wget http:// apt.pilight.org/pool/stable/main/l/libmbedtls10/libmbedtls10_2.6.0-1_armhf.deb
wget http:// apt.pilight.org/pool/stable/main/l/libmbedcrypto0/libmbedcrypto0_2.6.0-1_armhf.deb
dpkg -i libmbed*.deb
# Install pilight worked
apt-get install pilight
Could you please update https:// manual.pilight.org/installation.html
Because "apt-key add" seem to not work on bullseye and add bullseye to the Note

Or give some better alternative to add your repository
#update: because I am not able to post links, I added a space behind http(s)// ...