How to Install and Uninstall python3-molecule.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "python3-molecule.noarch" package

This guide let you learn how to install python3-molecule.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-molecule.noarch

2. Uninstall "python3-molecule.noarch" package

This tutorial shows how to uninstall python3-molecule.noarch on Fedora 34:

$ sudo dnf remove python3-molecule.noarch $ sudo dnf autoremove

3. Information about the python3-molecule.noarch package on Fedora 34

Last metadata expiration check: 2:01:29 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-molecule
Version : 3.2.4
Release : 1.fc34
Architecture : noarch
Size : 276 k
Source : python-molecule-3.2.4-1.fc34.src.rpm
Repository : fedora
Summary : Molecule is designed to aid in the development and testing of Ansible roles
URL : https://github.com/ansible/molecule
License : MIT and ASL 2.0
Description : Molecule is designed to aid in the development and testing of Ansible roles.
: Molecule provides support for testing with multiple instances, operating
: systems and distributions, virtualization providers, test frameworks and
: testing scenarios. Molecule is opinionated in order to encourage an approach
: that results in consistently developed roles that are well-written, easily
: understood and maintained. Molecule uses Ansible playbooks to exercise the role
: and its associated tests. Molecule supports any provider that Ansible supports.