How to Install and Uninstall nox Package on Kali Linux

Last updated: November 26,2024

1. Install "nox" package

Please follow the guidelines below to install nox on Kali Linux

$ sudo apt update $ sudo apt install nox

2. Uninstall "nox" package

This guide covers the steps necessary to uninstall nox on Kali Linux:

$ sudo apt remove nox $ sudo apt autoclean && sudo apt autoremove

3. Information about the nox package on Kali Linux

Package: nox
Source: python-nox
Version: 2023.04.22-2
Installed-Size: 21
Maintainer: Debian Python Team
Architecture: all
Depends: python3-nox (= 2023.04.22-2), python3:any
Size: 11656
SHA256: a256852aae4ba7085813b86cf134139ff622558b31c0d06c25e548b4663c1521
SHA1: 29c3c7c383f5c4ab343000cda84a68062d702631
MD5sum: 6be467d1a126b985cf4590fad8b8f4c5
Description: Flexible test automation
Nox is a command-line tool that automates testing in multiple Python
environments, similar to tox. Unlike tox, Nox uses a standard Python file for
configuration.
It will automatically create virtualenv with the appropriate interpreter,
install the specified dependencies, and run the commands in order.
Description-md5:
Homepage: https://github.com/theacodes/nox/
Section: devel
Priority: optional
Filename: pool/main/p/python-nox/nox_2023.04.22-2_all.deb