Troubleshooting


Grafana KEY Error

Err:13 https://packages.grafana.com/oss/deb stable InRelease
The following signatures couldn't be verified because the public key is not available:

Lösung:

mkdir -p /etc/apt/keyrings/
$ wget -q -O - https://apt.grafana.com/gpg.key | gpg --dearmor > /etc/apt/keyrings/grafana.gpg
$ echo "deb [signed-by=/etc/apt/keyrings/grafana.gpg] https://apt.grafana.com stable main" | tee /etc/apt/sources.list.d/grafana.list

oder verschieben (je nach dem welches System)

mv /etc/apt/trusted.gpg /etc/apt/trusted.gpg.d/

Update Buster / Bullseye

lsb_release -a
sed -i 's/buster/bullseye/g' /etc/apt/sources.list
sed -i -e 's/buster/bullseye/g' /etc/apt/sources.list.d/*.list
apt update
apt dist-upgrade

Update Bullseye/Bookworm

sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list