diff --git a/doc/userguide/install/debian.rst b/doc/userguide/install/debian.rst index 018fec47c6..424fad79a2 100644 --- a/doc/userguide/install/debian.rst +++ b/doc/userguide/install/debian.rst @@ -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`. diff --git a/doc/userguide/install/other.rst b/doc/userguide/install/other.rst index 3a33c767be..0e9f8eea94 100644 --- a/doc/userguide/install/other.rst +++ b/doc/userguide/install/other.rst @@ -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`. diff --git a/doc/userguide/install/rpm.rst b/doc/userguide/install/rpm.rst index b6fd8a9b5e..1ff1b0b134 100644 --- a/doc/userguide/install/rpm.rst +++ b/doc/userguide/install/rpm.rst @@ -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`. diff --git a/doc/userguide/install/ubuntu.rst b/doc/userguide/install/ubuntu.rst index b71809cf30..3b757b9f5a 100644 --- a/doc/userguide/install/ubuntu.rst +++ b/doc/userguide/install/ubuntu.rst @@ -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 `_. 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 `_. 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 `_. After Installation ------------------- +****************** After installing you can proceed to the :ref:`Basic setup`.