How to Install and Uninstall python3-pytest-multihost.noarch Package on CentOS Stream 8

Last updated: June 07,2024

1. Install "python3-pytest-multihost.noarch" package

Please follow the guidance below to install python3-pytest-multihost.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-pytest-multihost.noarch

2. Uninstall "python3-pytest-multihost.noarch" package

This tutorial shows how to uninstall python3-pytest-multihost.noarch on CentOS Stream 8:

$ sudo dnf remove python3-pytest-multihost.noarch $ sudo dnf autoremove

3. Information about the python3-pytest-multihost.noarch package on CentOS Stream 8

Last metadata expiration check: 6:15:52 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-pytest-multihost
Version : 3.0
Release : 10.el8
Architecture : noarch
Size : 55 k
Source : python-pytest-multihost-3.0-10.el8.src.rpm
Repository : epel
Summary : Utility for writing multi-host tests for pytest
URL : https://github.com/encukou/pytest-multihost
License : GPLv3+
Description : Allows pytest tests to run commands on several machines.
: The machines to run on are described on the command line, the tests
: specify how many machines they need and commands/checks to run on them.