How to Install and Uninstall tox.noarch Package on Oracle Linux 9

Last updated: May 14,2024

1. Install "tox.noarch" package

This guide covers the steps necessary to install tox.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install tox.noarch

2. Uninstall "tox.noarch" package

Learn how to uninstall tox.noarch on Oracle Linux 9:

$ sudo dnf remove tox.noarch $ sudo dnf autoremove

3. Information about the tox.noarch package on Oracle Linux 9

Last metadata expiration check: 2:13:45 ago on Thu Feb 15 07:50:05 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.