How to Install and Uninstall python3-tox Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-tox" package

Please follow the step by step instructions below to install python3-tox on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-tox

2. Uninstall "python3-tox" package

Please follow the step by step instructions below to uninstall python3-tox on openSUSE Leap:

$ sudo zypper remove python3-tox

3. Information about the python3-tox package on openSUSE Leap

Information for package python3-tox:
------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-tox
Version : 2.9.1-150400.20.34
Arch : noarch
Vendor : SUSE LLC
Installed Size : 477.9 KiB
Installed : No
Status : not installed
Source package : python3-tox-2.9.1-150400.20.34.src
Upstream URL : http://tox.testrun.org/
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.