How to Install and Uninstall ansible Package on openSUSE Leap

Last updated: May 21,2024

1. Install "ansible" package

This is a short guide on how to install ansible on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ansible

2. Uninstall "ansible" package

Learn how to uninstall ansible on openSUSE Leap:

$ sudo zypper remove ansible

3. Information about the ansible package on openSUSE Leap

Information for package ansible:
--------------------------------
Repository : Main Repository
Name : ansible
Version : 2.9.27-bp155.2.16
Arch : noarch
Vendor : openSUSE
Installed Size : 96.1 MiB
Installed : No
Status : not installed
Source package : ansible-2.9.27-bp155.2.16.src
Upstream URL : https://ansible.com/
Summary : SSH-based configuration management, deployment, and task execution system
Description :
Ansible is a radically simple model-driven configuration management, multi-node
deployment, and remote task execution system. Ansible works over SSH and does
not require any software or daemons to be installed on remote nodes. Extension
modules can be written in any language and are transferred to managed machines
automatically.