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

Last updated: May 18,2024

1. Install "python2-tox" package

Please follow the guidance below to install python2-tox on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-tox

2. Uninstall "python2-tox" package

Please follow the guidelines below to uninstall python2-tox on openSUSE Leap:

$ sudo zypper remove python2-tox

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

Information for package python2-tox:
------------------------------------
Repository : Main Repository
Name : python2-tox
Version : 2.9.1-2.27
Arch : noarch
Vendor : SUSE LLC
Installed Size : 526,9 KiB
Installed : No
Status : not installed
Source package : python-tox-2.9.1-2.27.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.