How to Install and Uninstall python3-nox Package on Kali Linux

Last updated: May 02,2024

1. Install "python3-nox" package

This guide let you learn how to install python3-nox on Kali Linux

$ sudo apt update $ sudo apt install python3-nox

2. Uninstall "python3-nox" package

This is a short guide on how to uninstall python3-nox on Kali Linux:

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

3. Information about the python3-nox package on Kali Linux

Package: python3-nox
Source: python-nox
Version: 2023.04.22-2
Installed-Size: 189
Maintainer: Debian Python Team
Architecture: all
Depends: python3-argcomplete, python3-colorlog, python3-importlib-metadata | python3 (>> 3.8), python3-packaging, python3-typing-extensions | python3 (>> 3.8), python3-virtualenv, python3:any
Suggests: python-nox-doc
Size: 46176
SHA256: 3738a7bebe82344dd5dfcfd37ae11467776cc46e77606c822a3776525820bacf
SHA1: 4cc0bd286264ebbd2227747429a5d95baa638a5b
MD5sum: 5acab99d69e9c42205b1c3197ac7818a
Description: Flexible test automation (Python3 version)
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.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/theacodes/nox/
Section: python
Priority: optional
Filename: pool/main/p/python-nox/python3-nox_2023.04.22-2_all.deb