11.. _install-binary-rpm :
22
33RPM Installation
4- ================
4+ ################
55
66Using the Fedora COPR system, the OISF provides Suricata packages for
77Fedora, Red Hat Enterprise Linux, and Enterprise Linux rebuilds.
@@ -12,13 +12,13 @@ each distribution version. For example, the OISF maintains Suricata 7
1212and Suricata 8 packages for RHEL 9 and 10.
1313
1414Installing From Package Repositories
15- ------------------------------------
15+ ************************************
1616
1717.. note :: Instructions in the following sections require ``sudo`` to
1818 be installed.
1919
2020Enterprise Linux and Rebuilds
21- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21+ =============================
2222
2323.. code-block :: none
2424
@@ -27,7 +27,7 @@ Enterprise Linux and Rebuilds
2727 sudo dnf install suricata
2828
2929 Fedora
30- ^^^^^^
30+ ======
3131
3232.. code-block :: none
3333
3636 sudo dnf install suricata
3737
3838 Additional Notes for RPM Installations
39- --------------------------------------
39+ **************************************
4040
4141- Suricata is pre-configured to run as the ``suricata `` user.
4242- Command line parameters such as providing the interface names can be
@@ -50,7 +50,7 @@ Additional Notes for RPM Installations
5050 - ``/var/lib/suricata ``: State directory rules, datasets.
5151
5252Starting Suricata On-Boot
53- ^^^^^^^^^^^^^^^^^^^^^^^^^
53+ =========================
5454
5555The Suricata RPMs are configured to run from Systemd.
5656
@@ -73,6 +73,6 @@ To reload rules::
7373 sudo systemctl reload suricata
7474
7575After Installation
76- ------------------
76+ ******************
7777
7878After installing you can proceed to the :ref: `Basic setup `.
0 commit comments