How to Install and Uninstall ansible Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "ansible" package

This guide covers the steps necessary to install ansible on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ansible

2. Uninstall "ansible" package

This guide let you learn how to uninstall ansible on openSuSE Tumbleweed:

$ sudo zypper remove ansible

3. Information about the ansible package on openSuSE Tumbleweed

Information for package ansible:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ansible
Version : 9.2.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 473.9 MiB
Installed : No
Status : not installed
Source package : ansible-9.2.0-1.1.src
Upstream URL : https://ansible.com/
Summary : Radically simple IT automation
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.