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

Last updated: June 02,2024

1. Install "python38-tox" package

Here is a brief guide to show you how to install python38-tox on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-tox

2. Uninstall "python38-tox" package

This guide let you learn how to uninstall python38-tox on openSuSE Tumbleweed:

$ sudo zypper remove python38-tox

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

Information for package python38-tox:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-tox
Version : 3.24.4-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 677,9 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.