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

Last updated: November 27,2024

1. Install "python3-testinfra.noarch" package

This is a short guide on how to install python3-testinfra.noarch on Fedora 38

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

2. Uninstall "python3-testinfra.noarch" package

Please follow the guidance below to uninstall python3-testinfra.noarch on Fedora 38:

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

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

Last metadata expiration check: 4:42:01 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-testinfra
Version : 5.3.1
Release : 10.fc38
Architecture : noarch
Size : 331 k
Source : python-testinfra-5.3.1-10.fc38.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.