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

Last updated: March 29,2024

1. Install "python3-easyprocess" package

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

$ sudo apt update $ sudo apt install python3-easyprocess

2. Uninstall "python3-easyprocess" package

Please follow the guidance below to uninstall python3-easyprocess on Kali Linux:

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

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

Package: python3-easyprocess
Source: easyprocess
Version: 1.1-1
Installed-Size: 42
Maintainer: Malik Mlitat
Architecture: all
Depends: python3:any
Size: 9952
SHA256: 23024bfdc5b146e77314f3970b971b2def70f85b10e9ad16478888e9373c3fbf
SHA1: 479d1eb107ff94ad16f387b9a46291bc30dc624a
MD5sum: aef537b013fbf95f27f9625cf76a914e
Description: easy to use python subprocess interface - Python 3.X
Features:
.
* layer on top of subprocess_ module
* easy to start, stop programs
* easy to get standard output/error, return code of programs
* command can be list or string
* logging
* timeout
* global config file with program aliases
* shell is not supported
* pipes are not supported
* stdout/stderr is set only after the subprocess has finished
* stop() does not kill whole subprocess tree
* unicode support
* Method chaining
.
This package contains the python 3 version of easyprocess
Description-md5:
Homepage: https://github.com/ponty/easyprocess
Section: python
Priority: optional
Filename: pool/main/e/easyprocess/python3-easyprocess_1.1-1_all.deb