# Installation de Grafana

Sources : [https://www.d4d.lt/how-to-install-and-configure-grafana-and-prometheus-on-debian-12](https://www.d4d.lt/how-to-install-and-configure-grafana-and-prometheus-on-debian-12)

1. Install the prerequisite packages:

```
apt-get install -y apt-transport-https software-properties-common wget
```