How to Install and Uninstall python3-pytest-randomly.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

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

In this section, we are going to explain the necessary steps to install python3-pytest-randomly.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

In this section, we are going to explain the necessary steps to uninstall python3-pytest-randomly.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-pytest-randomly.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:44:38 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pytest-randomly
Version : 3.12.0
Release : 1.el9
Architecture : noarch
Size : 24 k
Source : python-pytest-randomly-3.12.0-1.el9.src.rpm
Repository : epel
Summary : Pytest plugin to randomly order tests and control random.seed
URL : https://github.com/pytest-dev/pytest-randomly
License : MIT
Description : Pytest plugin to randomly order tests and control random.seed.