From 126f06b47e9a9e9ffd4796ebaa05eabaef03bf38 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 29 Nov 2022 14:32:03 -0600 Subject: [PATCH] doc/userguide: ubuntu: install software-properties-common This package likely needs to be installed when starting with an Ubuntu container or other minimal Ubuntu install. Ticket: #5616 (cherry picked from commit 0a4e3d0f82a5bf9d6090b3663b143a689bd52d9e) --- doc/userguide/install.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/userguide/install.rst b/doc/userguide/install.rst index cda764e289..d2f7c19b6f 100644 --- a/doc/userguide/install.rst +++ b/doc/userguide/install.rst @@ -122,6 +122,7 @@ For Ubuntu, the OISF maintains a PPA ``suricata-stable`` that always contains th To use it:: + sudo apt-get install software-properties-common sudo add-apt-repository ppa:oisf/suricata-stable sudo apt-get update sudo apt-get install suricata -- 2.47.2