From: Josh Stroschein Date: Fri, 18 Dec 2020 18:09:48 +0000 (-0600) Subject: doc: update installation documentation for CentOS and Fedora X-Git-Tag: suricata-6.0.2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eaa64aad5963f0e8437a39c467ddaed1c31384f;p=thirdparty%2Fsuricata.git doc: update installation documentation for CentOS and Fedora (cherry picked from commit 7ece0ac31f9a3af13aebf928a1c63c672532dcec) --- diff --git a/doc/userguide/install.rst b/doc/userguide/install.rst index 5ec24b031c..cda764e289 100644 --- a/doc/userguide/install.rst +++ b/doc/userguide/install.rst @@ -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