How to Install and Uninstall tox.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 10,2024

1. Install "tox.noarch" package

Please follow the step by step instructions below to install tox.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install tox.noarch

2. Uninstall "tox.noarch" package

Here is a brief guide to show you how to uninstall tox.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove tox.noarch $ sudo dnf autoremove

3. Information about the tox.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:12:50 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : tox
Version : 3.28.0
Release : 1.el9
Architecture : noarch
Size : 171 k
Source : python-tox-3.28.0-1.el9.src.rpm
Repository : epel
Summary : Virtualenv-based automation of test activities
URL : https://tox.readthedocs.io/
License : MIT
Description : Tox as is a generic virtualenv management and test command line tool you
: can use for:
:
: - checking your package installs correctly with different Python versions
: and interpreters
: - running your tests in each of the environments, configuring your test tool
: of choice
: - acting as a frontend to Continuous Integration servers, greatly reducing
: boilerplate and merging CI and shell-based testing.