How to Install and Uninstall tox Package on Kali Linux

Last updated: May 03,2024

1. Install "tox" package

This tutorial shows how to install tox on Kali Linux

$ sudo apt update $ sudo apt install tox

2. Uninstall "tox" package

Please follow the steps below to uninstall tox on Kali Linux:

$ sudo apt remove tox $ sudo apt autoclean && sudo apt autoremove

3. Information about the tox package on Kali Linux

Package: tox
Version: 4.13.0-1
Installed-Size: 2341
Maintainer: Debian Python Team
Architecture: all
Depends: python3, python3-cachetools, python3-chardet, python3-colorama, python3-filelock, python3-importlib-metadata | python3-supported-min (>= 3.8), python3-packaging, python3-platformdirs (>= 4.1), python3-pluggy, python3-pyproject-api, python3-tomli | python3-supported-min (>= 3.11), python3-typing-extensions | python3-supported-min (>= 3.8), python3-virtualenv, python3:any (>= 3.11~), libjs-sphinxdoc (>= 7.2.2)
Size: 370988
SHA256: 26f741fa3a8a5d6b50d6c5b3e91ac2828a18cbad9ca919e3728df2beedf0073f
SHA1: 4e6684a44d43470a2c236f0e53a4c72421754c0d
MD5sum: 634577e666104fb54355bac27d75b3eb
Description: virtualenv-based automation of test activities
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.
Description-md5:
Homepage: https://tox.wiki/
Section: python
Priority: optional
Filename: pool/main/t/tox/tox_4.13.0-1_all.deb