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

Last updated: October 04,2024

1. Install "python3-testinfra.noarch" package

Learn how to install python3-testinfra.noarch on Fedora 34

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

2. Uninstall "python3-testinfra.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-testinfra.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:04:30 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-testinfra
Version : 5.3.1
Release : 6.fc34
Architecture : noarch
Size : 263 k
Source : python-testinfra-5.3.1-6.fc34.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.