sanctions in da plate - eventually use 01proxy
cd /etc/apt/apt.conf.d/ vi 01proxy Acquire::http::Proxy::apt.grafana.com "http://localhost:3142";
#apt install apt-transport-https software-properties-common wget cd /usr/share/keyrings/ wget -O - https://apt.grafana.com/gpg.key > grafana.asc gpg1 --dearmor < grafana.asc > grafana.gpg vi /etc/apt/sources.list.d/grafana.list deb [signed-by=/usr/share/keyrings/grafana.gpg] https://apt.grafana.com stable main apt update apt install grafana
see grafana
https://grafana.com/docs/grafana/latest/setup-grafana/installation/debian/