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

Last updated: September 21,2024

1. Install "python3-procrunner" package

Please follow the guidance below to install python3-procrunner on Kali Linux

$ sudo apt update $ sudo apt install python3-procrunner

2. Uninstall "python3-procrunner" package

Please follow the steps below to uninstall python3-procrunner on Kali Linux:

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

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

Package: python3-procrunner
Source: python-procrunner
Version: 2.3.3-1
Installed-Size: 54
Maintainer: Debian Science Maintainers
Architecture: all
Depends: python3:any
Size: 13824
SHA256: c143ead11b222d549f042632dc48e39523e49e3056e33724c70bc615880f630d
SHA1: 1b461747a142ef71d64872fe012dabe95cc0494a
MD5sum: 61dc5d0633b5f1bfb67366da51549c72
Description: Versatile utility function to run external processes from Python
Versatile utility function to run external processes from Python, with many
features:
* runs an external process and waits for it to finish
* does not deadlock, no matter the process stdout/stderr output
behaviour
* returns the exit code, stdout, stderr (separately, both as
bytestrings), and the total process runtime as a dictionary
* process can run in a custom environment, either as a modification
of the current environment or in a new environment from scratch
* stdin can be fed to the process, the returned dictionary contains
information how much was read by the process
* stdout and stderr is printed by default, can be disabled
* stdout and stderr can be passed to any arbitrary function for live
processing (separately, both as unicode strings)
* optionally enforces a time limit on the process
Description-md5:
Homepage: https://github.com/DiamondLightSource/python-procrunner
Section: python
Priority: optional
Filename: pool/main/p/python-procrunner/python3-procrunner_2.3.3-1_all.deb