doc/install: use our recommended header order

pull/13518/head
Jason Ish 1 month ago committed by Victor Julien
parent 6b94689a44
commit 580a4445cd

@ -1,7 +1,7 @@
.. _install-binary-debian:
Debian Package Installation
===========================
###########################
Suricata is available in the official Debian repositories for Debian 9
(stretch) and later versions.
@ -26,6 +26,6 @@ For Debian 10 (buster), for instance, run the following as ``root``::
apt-get install suricata -t buster-backports
After Installation
------------------
******************
After installing you can proceed to the :ref:`Basic setup`.

@ -1,7 +1,7 @@
.. _install-binary-other:
Other Package Installations
===========================
###########################
Suricata can be found in the package managers for many other operating
systems and distributions, but it is important to note that these are
@ -9,7 +9,7 @@ not created or supported by the OISF and the Suricata development
team.
Arch Based
----------
**********
The ArchLinux AUR contains Suricata and suricata-nfqueue packages,
with commonly used configurations for compilation (may also be edited
@ -21,6 +21,6 @@ helpers to compile and build Suricata packages.
yay -S suricata
After Installation
------------------
******************
After installing you can proceed to the :ref:`Basic setup`.

@ -1,7 +1,7 @@
.. _install-binary-rpm:
RPM Installation
================
################
Using the Fedora COPR system, the OISF provides Suricata packages for
Fedora, Red Hat Enterprise Linux, and Enterprise Linux rebuilds.
@ -12,13 +12,13 @@ each distribution version. For example, the OISF maintains Suricata 7
and Suricata 8 packages for RHEL 9 and 10.
Installing From Package Repositories
------------------------------------
************************************
.. note:: Instructions in the following sections require ``sudo`` to
be installed.
Enterprise Linux and Rebuilds
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
=============================
.. code-block:: none
@ -27,7 +27,7 @@ Enterprise Linux and Rebuilds
sudo dnf install suricata
Fedora
^^^^^^
======
.. code-block:: none
@ -36,7 +36,7 @@ Fedora
sudo dnf install suricata
Additional Notes for RPM Installations
--------------------------------------
**************************************
- Suricata is pre-configured to run as the ``suricata`` user.
- Command line parameters such as providing the interface names can be
@ -50,7 +50,7 @@ Additional Notes for RPM Installations
- ``/var/lib/suricata``: State directory rules, datasets.
Starting Suricata On-Boot
^^^^^^^^^^^^^^^^^^^^^^^^^
=========================
The Suricata RPMs are configured to run from Systemd.
@ -73,6 +73,6 @@ To reload rules::
sudo systemctl reload suricata
After Installation
------------------
******************
After installing you can proceed to the :ref:`Basic setup`.

@ -1,7 +1,7 @@
.. _install-binary-ubuntu:
Ubuntu Package Installation
===========================
###########################
For Ubuntu, the OISF maintains a Personal Package Archive (PPA)
``suricata-stable`` that always contains the latest stable release.
@ -23,7 +23,7 @@ After installing you can proceed to the :ref:`Basic setup`.
`OISF launchpad: suricata-stable <https://launchpad.net/~oisf/+archive/suricata-stable>`_.
Upgrading
^^^^^^^^^
*********
To upgrade::
@ -31,14 +31,14 @@ To upgrade::
sudo apt-get upgrade suricata
Remove
^^^^^^
******
To remove Suricata from your system::
sudo apt-get remove suricata
Getting Debug or Pre-release Versions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*************************************
.. note:: The following instructions require ``sudo`` to be installed.
@ -60,7 +60,7 @@ Suricata will then always be the latest release, stable or beta.
`OISF launchpad: suricata-beta <https://launchpad.net/~oisf/+archive/suricata-beta>`_.
Daily Releases
^^^^^^^^^^^^^^
**************
.. note:: The following instructions require ``sudo`` to be installed.
@ -87,6 +87,6 @@ repository, the same procedures as above apply, just using another PPA,
`OISF launchpad: suricata-daily <https://launchpad.net/~oisf/+archive/suricata-daily>`_.
After Installation
------------------
******************
After installing you can proceed to the :ref:`Basic setup`.

Loading…
Cancel
Save