diff --git a/docs/docsite/rst/installation_guide/intro_installation.rst b/docs/docsite/rst/installation_guide/intro_installation.rst index 1e52b3689ba..d21f9ea10ea 100644 --- a/docs/docsite/rst/installation_guide/intro_installation.rst +++ b/docs/docsite/rst/installation_guide/intro_installation.rst @@ -259,6 +259,22 @@ The AUR has a PKGBUILD for pulling directly from Github called `ansible-git `_ page on the ArchWiki. +.. _from_sbopkg: + +Latest Releases via sbopkg (Slackware Linux) +++++++++++++++++++++++++++++++++++++++++++++ + +Ansible build script is available in the `SlackBuilds.org `_ repository. +Can be built and installed using `sbopkg `_. + +Create queue with Ansible and all dependencies:: + + # sqg -p ansible + +Build and install packages from created queuefile (answer Q for question if sbopkg should use queue or package):: + + # sbopkg -k -i ansible + .. _from_pip: Latest Releases via Pip