How to Install and Uninstall python3-pytest-multihost.noarch Package on Oracle Linux 8

Last updated: October 06,2024

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

Here is a brief guide to show you how to install python3-pytest-multihost.noarch on Oracle Linux 8

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

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

Here is a brief guide to show you how to uninstall python3-pytest-multihost.noarch on Oracle Linux 8:

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

3. Information about the python3-pytest-multihost.noarch package on Oracle Linux 8

Last metadata expiration check: 1:38:25 ago on Mon Sep 12 02:51:38 2022.
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.