From: Jeremy MountainJohnson Date: Mon, 1 May 2023 17:04:26 +0000 (-0500) Subject: userguide/install: add info on arch-based installs X-Git-Tag: suricata-7.0.0-rc2~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=435d74d7449e11851dfad7bec2b9fadcc7c69f9c;p=thirdparty%2Fsuricata.git userguide/install: add info on arch-based installs Add Arch AUR information for installation on Arch-based distros. --- diff --git a/doc/userguide/install.rst b/doc/userguide/install.rst index 6549d3aa36..ff13c4e563 100644 --- a/doc/userguide/install.rst +++ b/doc/userguide/install.rst @@ -227,6 +227,18 @@ To reload rules:: .. _install-advanced: +Arch Based +^^^^^^^^^^ + +The ArchLinux AUR contains Suricata and suricata-nfqueue packages, with commonly +used configurations for compilation (may also be edited to your liking). You may +use makepkg, yay (sample below), or other AUR helpers to compile and build +Suricata packages. + +:: + + yay -S suricata + Advanced Installation ---------------------