Page 1 of 1

[SOLVED] Raspberry PI3 B+ agent 2.3 installation impossible

Published: March 30, 2023 - 4:14 PM
by Information Service
Hello,

I'm trying to install the WAPT agent on Raspberry Pis, following this documentation:
https://www.wapt.fr/fr/doc-2.3/wapt-dep ... macos.html

have Debian installed:
version 11.6.

Using the following command:
`wget -O - https://wapt.tranquil.it/$(lsb_release -is)/tiswapt-pub.gpg | apt-key add -`
where `$(lsb_release -is)` is Raspbian

, here's the result that's preventing me from going any further
: `gpg: no valid OpenPGP data found`.

I thought it was possible to install the agent on a Raspberry Pi?

Re: Raspberry PI3 B+ installation agent 2.3 impossible

Published: March 30, 2023 - 4:21 PM
by dcardon
You can replace `$(lsb_release -is)` with `Debian`.

Is there still any reason to install Raspbian versus standard Debian on a Raspberry Pi these days? :-)

Besides, `lsb_release` was deprecated by Red Hat starting with RHEL 9... We'll have to find something else for the documentation; it's not a universal enough command.

Denis

Re: Raspberry PI3 B+ installation agent 2.3 impossible

Published: April 6, 2023 - 11:58 AM
by dcardon
Since there's no response, I assume it's okay, I'll mark the topic as resolved.