How to Install and Uninstall tox.noarch Package on Fedora 36

Last updated: November 29,2024

1. Install "tox.noarch" package

Please follow the guidance below to install tox.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install tox.noarch

2. Uninstall "tox.noarch" package

Please follow the instructions below to uninstall tox.noarch on Fedora 36:

$ sudo dnf remove tox.noarch $ sudo dnf autoremove

3. Information about the tox.noarch package on Fedora 36

Last metadata expiration check: 5:32:34 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : tox
Version : 3.25.1
Release : 1.fc36
Architecture : noarch
Size : 172 k
Source : python-tox-3.25.1-1.fc36.src.rpm
Repository : updates
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.