From 51f875ff6ffc2b79b5a73e3f6620a6f6d4578a75 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 23 May 2025 12:51:45 -0400 Subject: [PATCH] docs(native-install): vague gesturing at distribution package managers (#544) Closes #530 Signed-off-by: Xe Iaso --- docs/docs/admin/native-install.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/docs/admin/native-install.mdx b/docs/docs/admin/native-install.mdx index 00cfe10..d6d0737 100644 --- a/docs/docs/admin/native-install.mdx +++ b/docs/docs/admin/native-install.mdx @@ -77,6 +77,13 @@ Install Anubis with `rpm`: sudo rpm -ivh ./anubis-$VERSION.$ARCH.rpm ``` + + + +Some Linux distributions offer Anubis [as a native package](https://repology.org/project/anubis-anti-crawler/versions). If you want to install Anubis from your distribution's package manager, consult any upstream documentation for how to install the package. It will either be named `anubis`, `www-apps/anubis` or `www/anubis`. + +If you use a systemd-flavoured distribution, then follow the setup instructions for Debian or Red Hat Linux. +