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

Last updated: June 26,2024

1. Install "tox.noarch" package

Learn how to install tox.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install tox.noarch

2. Uninstall "tox.noarch" package

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

$ sudo dnf remove tox.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:32:38 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : tox
Version : 3.25.0
Release : 1.fc34
Architecture : noarch
Size : 170 k
Source : python-tox-3.25.0-1.fc34.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.