How to Install and Uninstall python3-command-runner Package on Kali Linux

Last updated: June 02,2024

1. Install "python3-command-runner" package

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

$ sudo apt update $ sudo apt install python3-command-runner

2. Uninstall "python3-command-runner" package

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

$ sudo apt remove python3-command-runner $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-command-runner package on Kali Linux

Package: python3-command-runner
Source: python-command-runner
Version: 1.6.0-2
Installed-Size: 98
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 22684
SHA256: 6ee51610b803834a38f2e7c7c3502e5d743da68747bf9be83080260321f26f9e
SHA1: 72e64949904f83c6836cf5d1c4a268246074e23d
MD5sum: 5c29600a349c735e4a55efc4da217510
Description: platform-agnostic external command execution library for Python
command_runner's purpose is to run external commands from Python, just like
subprocess on which it relies, while solving various problems a developer may
face among:
- Handling of all possible subprocess.popen / subprocess.check_output
scenarios / Python versions in one handy function without encoding or
timeout hassle
- Allow stdout/stderr stream output to be redirected to callback functions /
output queues / files so you get to handle output in your application while
commands are running
- Callback to optional stop check to stop execution from outside command_runner
- Callback with optional process information to allow control of the process
from outside command_runner
- Callback when finished to ease thread usage
- Optional process priority and io_priority settings
- System agnostic functionality, the developer shouldn't carry the burden of
Windows & Linux differences
- Optional Windows UAC elevation module compatible with CPython, PyInstaller,
and Nuitka
- Optional Linux sudo elevation compatible with CPython, PyInstaller & Nuitka
Description-md5:
Homepage: https://github.com/netinvent/command_runner
Section: python
Priority: optional
Filename: pool/main/p/python-command-runner/python3-command-runner_1.6.0-2_all.deb

5. The same packages on other Linux Distributions