ansible-runner on AUR (Arch User Repository)

Last updated: June 23,2024

1. Install "ansible-runner" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install ansible-runner on Arch using YAY

$ yay -S ansible-runner

* (Optional) Uninstall ansible-runner on Arch using YAY

$ yay -Rns ansible-runner

2. Manually Install "ansible-runner" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone ansible-runner's git locally

$ git clone https://aur.archlinux.org/ansible-runner.git ~/ansible-runner

c. Go to ~/ansible-runner folder and install it

$ cd ~/ansible-runner $ makepkg -si

3. Information about the ansible-runner package on Arch User Repository (AUR)

ID: 1409384
Name: ansible-runner
PackageBaseID: 151065
PackageBase: ansible-runner
Version: 2.3.5-1
Description: A tool and python library that helps when interfacing with Ansible directly
URL: https://github.com/ansible/ansible-runner
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: Jeffrey4l
Submitter: Jeffrey4l
FirstSubmitted: 1585970537
LastModified: 1707959180
URLPath: /cgit/aur.git/snapshot/ansible-runner.tar.gz