E: Package grafana is not found

I am trying to install Grafana OSS on a Debian 11 (Bullseye) following Install on Debian or Ubuntu | Grafana documentation. All commands are completed sucessfully, only the last one “sudo apt-get install grafana” returns an “E: Package grafana is not found”.
Any idea, what is going wrong here?
Thanks and Regards,
Torsten

Please ensure that you did the “apt-get update” step, and then show us the
output from the following commands:

  1. cat /etc/apt/sources.list.d/grafana.list

  2. aptitude search grafana

If you don’t have aptitude installed and that second command returns:
-bash: aptitude: command not found
then instead please show us the output of:

  1. apt search grafana

Please use sudo for any of the above commands if appropriate / necessary.

Antony.

Hi Antony,

1.) deb https://packages.grafana.com/oss/deb stable main

2.) Sortierung… Fertig
Volltextsuche… Fertig
golang-github-grafana-grafana-plugin-model-dev/stable 0.0~git20200514.df1eb6b-1 all
models for Grafana backend plugins

golang-github-xorcare-pointer-dev/stable 1.1.0+git20200211.75cc9bc-2 all
for simplifying the creation of optional fields of basic type

netdata/stable 1.29.3-4 all
Echtzeit-Leistungsüberwachung (Metapaket)

victoria-metrics/stable 1.53.1+ds-1+b5 i386
fast, cost-effective and scalable time series database

Regards,
Torsten

Hi Antony,
do you have any feedback on this subject?
Regards,
Torsten

Does the output of “apt-get update” mention anything at all about
packages.grafana.com?

Antony.

Yes, it does:

sudo apt-get update
Holen:1 https ://packages.grafana.com/oss/deb stable InRelease [12,1 kB]
OK:2 http ://deb.debian.org/debian bullseye InRelease
Holen:3 http ://security.debian.org/debian-security bullseye-security InRelease [44,1 kB]
Holen:4 http ://deb.debian.org/debian bullseye-updates InRelease [39,4 kB]
Holen:6 http ://security.debian.org/debian-security bullseye-security/main Sources [131 kB]
Holen:7 http ://security.debian.org/debian-security bullseye-security/main i386 Packages [159 kB]
Holen:8 http ://security.debian.org/debian-security bullseye-security/main Translation-en [99,8 kB]
OK:5 https ://packagecloud.io/ookla/speedtest-cli/debian bullseye InRelease
Es wurden 486 kB in 2 s geholt (204 kB/s).
Paketlisten werden gelesen… Fertig

(I have added a SPACE after the HTTP, otherwise I cannot post it here…)

Reagrds,
Torsten

I have to say I’m stumped by this one - does anyone else have any ideas how
Debian is clearly using the packages.grafana.com repository (which is the same
one that my Debian 10 systems point at) and yet claims not to have any
packages named “grafana” and therefore won’t install it?

Antony.

Let me spin up a fresh Debian instance and see what I can find out.

Any new information?

tried installing Debian on vmware workstation, it is still spinning :slight_smile: sorry