From: Jason Ish Date: Tue, 29 Nov 2022 20:32:03 +0000 (-0600) Subject: doc/userguide: ubuntu: install software-properties-common X-Git-Tag: suricata-6.0.10~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8428%2Fhead;p=thirdparty%2Fsuricata.git 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) --- 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