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

Last updated: May 07,2024

1. Install "python36-tox" package

Please follow the guidelines below to install python36-tox on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-tox

2. Uninstall "python36-tox" package

Please follow the instructions below to uninstall python36-tox on openSuSE Tumbleweed:

$ sudo zypper remove python36-tox

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

Information for package python36-tox:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-tox
Version : 3.24.4-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 675,0 KiB
Installed : No
Status : not installed
Source package : python-tox-3.24.4-1.1.src
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.