]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: update installation documentation for CentOS and Fedora
authorJosh Stroschein <josh@m9development.com>
Fri, 18 Dec 2020 18:09:48 +0000 (12:09 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 23 Feb 2021 06:07:26 +0000 (07:07 +0100)
doc/userguide/install.rst

index 8b729fa4c08a0c6640c437e774a095ea2dd1d687..94662f4462f0ad62edcbe14f6ddc64f52fd22fbe 100644 (file)
@@ -149,21 +149,25 @@ For Debian 10 (buster), for instance, run the following as ``root``::
 Fedora
 ^^^^^^
 
+The following is an example of installing Suricata 6.0 on Fedora. If you wish to install 5.0 instead, change the version in *@oisf/suricata-6.0*.
+
 ::
 
+    dnf install dnf-plugins-core
+    dnf copr enable @oisf/suricata-6.0
     dnf install suricata
 
-RHEL/CentOS
-^^^^^^^^^^^
+RHEL/CentOS 8 and 7
+^^^^^^^^^^^^^^^^^^^
 
-For RedHat Enterprise Linux 7 and CentOS 7 the EPEL repository can be used.
+The following is an example of installing Suricata 6.0 on CentOS. If you wish to install 5.0 instead, change the version in *@oisf/suricata-6.0*.
 
 ::
 
-    yum install epel-release
+    yum install epel-release yum-plugin-copr
+    yum copr enable @oisf/suricata-6.0
     yum install suricata
 
-
 .. _install-advanced:
 
 Advanced Installation