Document installation procedure on Slackware (#47657)
Add section with installation procedure on Slackware Linux using sbopkg and SlackBuilds.org build scripts repository.
This commit is contained in:
parent
20e1a33959
commit
383da46c32
1 changed files with 16 additions and 0 deletions
|
@ -259,6 +259,22 @@ The AUR has a PKGBUILD for pulling directly from Github called `ansible-git <htt
|
|||
|
||||
Also see the `Ansible <https://wiki.archlinux.org/index.php/Ansible>`_ page on the ArchWiki.
|
||||
|
||||
.. _from_sbopkg:
|
||||
|
||||
Latest Releases via sbopkg (Slackware Linux)
|
||||
++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
Ansible build script is available in the `SlackBuilds.org <https://slackbuilds.org/apps/ansible/>`_ repository.
|
||||
Can be built and installed using `sbopkg <https://sbopkg.org/>`_.
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue