How to Install and Uninstall python3-pytest-env Package on Kali Linux

Last updated: July 03,2024

1. Install "python3-pytest-env" package

In this section, we are going to explain the necessary steps to install python3-pytest-env on Kali Linux

$ sudo apt update $ sudo apt install python3-pytest-env

2. Uninstall "python3-pytest-env" package

Please follow the guidelines below to uninstall python3-pytest-env on Kali Linux:

$ sudo apt remove python3-pytest-env $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pytest-env package on Kali Linux

Package: python3-pytest-env
Source: pytest-env
Version: 0.8.2-4
Installed-Size: 30
Maintainer: Sandro Tosi
Architecture: all
Depends: python3-pytest, python3:any
Size: 5368
SHA256: 8e21e2cb7283d5c8533fc663f7af2713861cbb80605767e01a53a63d92d081b8
SHA1: ee22ab186c07308a1d3e6af05448a293697f6360
MD5sum: 199d140415d00f394dbd746a6c1194ec
Description: pytest plugin that allows you to add environment variables
In your pytest.ini (or pyproject.toml) file add a key value pair with `env` as
the key and the environment variables as a line separated list of `KEY=VALUE`
entries. The defined variables will be added to the environment before any
tests are run.
Description-md5:
Homepage: https://github.com/pytest-dev/pytest-env
Section: python
Priority: optional
Filename: pool/main/p/pytest-env/python3-pytest-env_0.8.2-4_all.deb