From 2379c2f0eb209133caa5d6d3041d3cbeabdd84f6 Mon Sep 17 00:00:00 2001
From: Florent Gluck <florent.gluck@hesge.ch>
Date: Tue, 5 Oct 2021 09:35:38 +0200
Subject: [PATCH] Updated kdbg/README.md

---
 kdbg/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kdbg/README.md b/kdbg/README.md
index 6d62d31..4603b34 100644
--- a/kdbg/README.md
+++ b/kdbg/README.md
@@ -1,7 +1,7 @@
 # What is Kdbg?
 
 [Kdbg](https://www.kdbg.org/) is a nice native frontend to the GDB debugger.
-However, kdbg is not available in Ubuntu 20.04 anymore. Therefore, to install it on this distribution one needs to compile it from source.
+However, kdbg is not available in Ubuntu 20.04 anymore, nor in snap or flatpak repositories. Therefore, to install it on this distribution one needs to compile it from source.
 This is what we describe here.
 
 # Compiling and installing Kdbg from source
-- 
GitLab