How to Install and Uninstall python-detox Package on openSUSE Leap

Last updated: November 12,2024

1. Install "python-detox" package

This tutorial shows how to install python-detox on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-detox

2. Uninstall "python-detox" package

This guide covers the steps necessary to uninstall python-detox on openSUSE Leap:

$ sudo zypper remove python-detox

3. Information about the python-detox package on openSUSE Leap

Information for package python-detox:
-------------------------------------
Repository : Main Repository
Name : python-detox
Version : 0.9.4-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 20,1 KiB
Installed : No
Status : not installed
Source package : python-detox-0.9.4-bp153.1.17.src
Summary : Distributing activities of the tox tool
Description :
detox is the distributed version of "tox". It makes efficient use of multiple
CPUs by running all possible activities in parallel. It has the same options
and configuration that tox has so after installation can just run:
detox
in the same way and with the same options with which you would run
tox, see the tox home page for more info.