How to Install and Uninstall python3-testinfra.noarch Package on Fedora 36

Last updated: November 29,2024

1. Install "python3-testinfra.noarch" package

This guide covers the steps necessary to install python3-testinfra.noarch on Fedora 36

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

2. Uninstall "python3-testinfra.noarch" package

This guide covers the steps necessary to uninstall python3-testinfra.noarch on Fedora 36:

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

3. Information about the python3-testinfra.noarch package on Fedora 36

Last metadata expiration check: 3:24:57 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-testinfra
Version : 5.3.1
Release : 7.fc36
Architecture : noarch
Size : 276 k
Source : python-testinfra-5.3.1-7.fc36.src.rpm
Repository : fedora
Summary : Unit testing for config-managed server state
URL : https://github.com/philpep/testinfra
License : ASL 2.0
Description : With Testinfra you can write unit tests in Python to test actual state of your
: servers configured by management tools like Salt, Ansible, Puppet, Chef and so
: on.
:
: Testinfra aims to be a Serverspec equivalent in python and is written as a
: plugin to the powerful Pytest test engine.