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-7.0.0-beta1~1773 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ece0ac31f9a3af13aebf928a1c63c672532dcec;p=thirdparty%2Fsuricata.git doc: update installation documentation for CentOS and Fedora --- diff --git a/doc/userguide/install.rst b/doc/userguide/install.rst index 8b729fa4c0..94662f4462 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