doc/install: use our recommended header order

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

@ -1,7 +1,7 @@
.. _install-binary-debian: .. _install-binary-debian:
Debian Package Installation Debian Package Installation
=========================== ###########################
Suricata is available in the official Debian repositories for Debian 9 Suricata is available in the official Debian repositories for Debian 9
(stretch) and later versions. (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 apt-get install suricata -t buster-backports
After Installation After Installation
------------------ ******************
After installing you can proceed to the :ref:`Basic setup`. After installing you can proceed to the :ref:`Basic setup`.

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

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

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

Loading…
Cancel
Save