Grafana install on Raspberry Pi 4

I am installing Grafana on a Raspberry Pi 4 (32 Bit Lite Version) and I get a Warning when I try install the Key. It returns a warning saying that my apt-key is depreciated. Could anyone help me resolve this.

Did you successfully get past this part?

wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -

This command is what returns the Warning: apt-key is deprecated (Not depreciated)

These instructions from Oct 2021 show the same message

Warning: apt-key is deprecated.

but he seems to keep going and gets it installed with no issues. Maybe you can do the same?

This seems to have installed thanks so much

1 Like