How to Install and Uninstall tox.noarch Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "tox.noarch" package

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

$ sudo dnf update $ sudo dnf install tox.noarch

2. Uninstall "tox.noarch" package

Please follow the steps below to uninstall tox.noarch on AlmaLinux 9:

$ sudo dnf remove tox.noarch $ sudo dnf autoremove

3. Information about the tox.noarch package on AlmaLinux 9

Last metadata expiration check: 0:37:33 ago on Wed Mar 13 07:41:12 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.