E: Failed to fetch https://apt.grafana.com/pool/main/g/grafana/grafana_9.2.4_amd64.deb 404 Not Found [IP: 151.101.222.217 443]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Hi @jgajardo,
Welcome to the community support forums !!
Please follow this guide for the installation on the Debian distro:
I hope this helps.
I have the same issues. Following the installation guide is not solving this issue.
Do you have other ideas?
What about this source, was it just shut of or replaced with another source?
Hello everyone,
Update: This seems to be a known issue as already reported on our GitHub issue. You can find the answers and some solutions (workaround) for it.
I hope this helps.
Following the installations steps i was doing:
echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com beta main" | sudo tee -a /etc/apt/sources.list.d/grafana.list
changed it to stable and it worked:
echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list