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

Last updated: July 03,2024

1. Install "python310-tox" package

This guide let you learn how to install python310-tox on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-tox

2. Uninstall "python310-tox" package

Here is a brief guide to show you how to uninstall python310-tox on openSuSE Tumbleweed:

$ sudo zypper remove python310-tox

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

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