]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc/install: refer to buster as Debian stable
authorSascha Steinbiss <satta@debian.org>
Fri, 10 Apr 2020 09:53:54 +0000 (11:53 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 13 Apr 2020 08:42:33 +0000 (10:42 +0200)
doc/userguide/install.rst

index babf872a622cc32765fc7f83ad48bd218dbe086e..18b0f4068c61ce0169b1effe9e904a4e122177bb 100644 (file)
@@ -127,18 +127,22 @@ To use it::
 Debian
 ^^^^^^
 
-In Debian 9 (Stretch) do::
+In Debian 9 (stretch) and later do::
 
-    apt-get install suricata
+    sudo apt-get install suricata
 
-In Debian Jessie Suricata is out of date, but an updated version is in Debian Backports.
+In the "stable" version of Debian, Suricata is usually not available in the
+latest version. A more recent version is often available from Debian backports,
+if it can be built there.
 
-As root do::
+To use backports, the backports repository for the current stable
+distribution needs to be added to the system-wide sources list.
+For Debian 10 (buster), for instance, run the following as root::
 
-    echo "deb http://http.debian.net/debian jessie-backports main" > \
+    echo "deb http://http.debian.net/debian buster-backports main" > \
         /etc/apt/sources.list.d/backports.list
     apt-get update
-    apt-get install suricata -t jessie-backports
+    apt-get install suricata -t buster-backports
 
 Fedora
 ^^^^^^