How to Install and Uninstall ansible-bender.noarch Package on Fedora 35

Last updated: May 08,2024

1. Install "ansible-bender.noarch" package

Please follow the guidance below to install ansible-bender.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install ansible-bender.noarch

2. Uninstall "ansible-bender.noarch" package

This guide covers the steps necessary to uninstall ansible-bender.noarch on Fedora 35:

$ sudo dnf remove ansible-bender.noarch $ sudo dnf autoremove

3. Information about the ansible-bender.noarch package on Fedora 35

Last metadata expiration check: 5:07:25 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ansible-bender
Version : 0.9.0
Release : 6.fc35
Architecture : noarch
Size : 4.8 M
Source : ansible-bender-0.9.0-6.fc35.src.rpm
Repository : updates
Summary : Build container images using Ansible playbooks
URL : https://github.com/ansible-community/ansible-bender
License : MIT
Description : This is a tool which bends containers using Ansible playbooks and
: turns them into container images. It has a pluggable builder selection
: - it is up to you to pick the tool which will be used to construct
: your container image. Right now the only supported builder is
: buildah. More to come in the future. Ansible-bender (ab) relies on
: Ansible connection plugins for performing builds.
:
: tl;dr Ansible is the frontend, buildah is the backend.