How to Install and Uninstall ansible-runner Package on openSUSE Leap

Last updated: June 28,2024

1. Install "ansible-runner" package

Learn how to install ansible-runner on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ansible-runner

2. Uninstall "ansible-runner" package

Please follow the instructions below to uninstall ansible-runner on openSUSE Leap:

$ sudo zypper remove ansible-runner

3. Information about the ansible-runner package on openSUSE Leap

Information for package ansible-runner:
---------------------------------------
Repository : Main Repository
Name : ansible-runner
Version : 1.4.7-bp155.1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 338.8 KiB
Installed : No
Status : not installed
Source package : ansible-runner-1.4.7-bp155.1.7.src
Upstream URL : https://github.com/ansible/ansible-runner
Summary : Package for interfacing with Ansible
Description :
Ansible Runner is a tool and python library that helps when interfacing with
Ansible directly or as part of another system whether that be through a
container image interface, as a standalone tool, or as a Python module that
can be imported. The goal is to provide a stable and consistent interface
abstraction to Ansible. This allows Ansible to be embedded into other
systems that don’t want to manage the complexities of the interface on
their own (such as CI/CD platforms, Jenkins, or other automated tooling)