How to Install and Uninstall python312-tox Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python312-tox" package

In this section, we are going to explain the necessary steps to install python312-tox on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-tox

2. Uninstall "python312-tox" package

Learn how to uninstall python312-tox on openSuSE Tumbleweed:

$ sudo zypper remove python312-tox

3. Information about the python312-tox package on openSuSE Tumbleweed

Information for package python312-tox:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-tox
Version : 4.11.4-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.1 MiB
Installed : No
Status : not installed
Source package : python-tox-4.11.4-2.1.src
Upstream URL : https://github.com/tox-dev/tox
Summary : Virtualenv-based automation of test activities
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.