From 4ab9aa6a0ba1bec3712fadffc5f54601204356ba Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 22:23:21 +0000 Subject: [PATCH] [release-12.3.2] Docs: remove software-properties-common; it is unused and not available in debian:13 (#115520) Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com> --- docs/sources/setup-grafana/installation/debian/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/installation/debian/index.md b/docs/sources/setup-grafana/installation/debian/index.md index 067bcb29f6a..900c4a4b9d1 100644 --- a/docs/sources/setup-grafana/installation/debian/index.md +++ b/docs/sources/setup-grafana/installation/debian/index.md @@ -46,7 +46,7 @@ Complete the following steps to install Grafana from the APT repository: 1. Install the prerequisite packages: ```bash - sudo apt-get install -y apt-transport-https software-properties-common wget + sudo apt-get install -y apt-transport-https wget ``` 1. Import the GPG key: