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

Last updated: June 18,2024

1. Install "python39-tox" package

This is a short guide on how to install python39-tox on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-tox

2. Uninstall "python39-tox" package

This guide covers the steps necessary to uninstall python39-tox on openSuSE Tumbleweed:

$ sudo zypper remove python39-tox

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

Information for package python39-tox:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-tox
Version : 4.11.4-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 912.3 KiB
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.