I get this error when loading this command
davan@raspberrypi:~ $ echo ‘393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c
influxdata-archive_compat.key’ | sha256sum -c && cat influxdataarchive_
compat.key | gpg –dearmor | sudo tee
/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
sha256sum: ‘standard input’: no properly formatted checksum lines found
-bash: compat.key: command not found
gpg: no valid OpenPGP data found.
-bash: /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg: No such file or directory
Hi.
Probably there was an issue during copy/paste the command because of line breaks.
Can you copy the commands from here?
# influxdata-archive_compat.key GPG fingerprint: # 9D53 9D90 D332 8DC7 D6C8 D3B9 D8FF 8E1F 7DF8 B07E wget -q https://repos.influxdata.com/influxdata-archive_compat.key echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list sudo apt-get update && sudo apt-get install influxdb2
Let me know if this solves the problem.
Regards,
Sara