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

Last updated: September 23,2024

1. Install "python3-molecule.noarch" package

Please follow the guidelines below to install python3-molecule.noarch on Fedora 35

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

2. Uninstall "python3-molecule.noarch" package

Please follow the guidance below to uninstall python3-molecule.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:01:56 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-molecule
Version : 3.5.2
Release : 1.fc35
Architecture : noarch
Size : 283 k
Source : python-molecule-3.5.2-1.fc35.src.rpm
Repository : updates
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.