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

Last updated: October 06,2024

1. Install "python3-testinfra.noarch" package

Here is a brief guide to show you how to install python3-testinfra.noarch on Fedora 35

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

2. Uninstall "python3-testinfra.noarch" package

This tutorial shows how to uninstall python3-testinfra.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:27:46 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-testinfra
Version : 5.3.1
Release : 6.fc35
Architecture : noarch
Size : 276 k
Source : python-testinfra-5.3.1-6.fc35.src.rpm
Repository : updates
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.