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

Last updated: April 28,2024

1. Install "python3-pytest-forked" package

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

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

2. Uninstall "python3-pytest-forked" package

Please follow the instructions below to uninstall python3-pytest-forked on Kali Linux:

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

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

Package: python3-pytest-forked
Source: pytest-forked
Version: 1.6.0-2
Installed-Size: 34
Maintainer: Debian Python Team
Architecture: all
Depends: python3-py, python3-pytest, python3:any
Size: 7804
SHA256: ec52094ae2eb5133ac6241ccde7d6c311c66f6d9a7e156071ac77aace4ddfd0b
SHA1: b8ebd0348d3fe2d82d62a2e3bd2d6e499410c93d
MD5sum: f75995351e3b06309606c55e49b88291
Description: py.test plugin for running tests in forked subprocesses (Python 3)
The pytest-forked plugin extends py.test by adding an option to run tests in
isolated forked subprocesses. This is useful if you have tests involving C or
C++ libraries that might crash the process. To use the plugin, simply use the
--forked argument when invoking py.test.
.
This package contains pytest-forked for Python 3.
Description-md5:
Homepage: https://github.com/pytest-dev/pytest-forked
Section: python
Priority: optional
Filename: pool/main/p/pytest-forked/python3-pytest-forked_1.6.0-2_all.deb