How to Install and Uninstall pexec Package on Kali Linux

Last updated: May 18,2024

1. Install "pexec" package

This guide covers the steps necessary to install pexec on Kali Linux

$ sudo apt update $ sudo apt install pexec

2. Uninstall "pexec" package

This tutorial shows how to uninstall pexec on Kali Linux:

$ sudo apt remove pexec $ sudo apt autoclean && sudo apt autoremove

3. Information about the pexec package on Kali Linux

Package: pexec
Source: pexec (1.0~rc8-4)
Version: 1.0~rc8-4+b1
Installed-Size: 151
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.14), dpkg (>= 1.15.4) | install-info
Size: 73048
SHA256: 16ac0e05a75f20c12165e63141e0125913009cc6c33b1dd11094216c007f2fb8
SHA1: 805aa9650dc95007e970a1f88803a0ae0bf72d3e
MD5sum: 2a26618c757b93a9830a74cf03f665c9
Description: Executing commands in parallel
The main purpose of pexec is to execute the given command in parallel on
the local host or on remote hosts, while some of the execution
parameters, namely the redirected standard input, output or error and
environmental variables can be varied. The capabilities of the program
are extended with additional features, such as allowing to define mutual
exclusions, do atomic command executions and implement higher level
resource and job control. The maximum number of simultaneous tasks can
be controlled by a hypervisor daemon: with such a daemon, concurrent
pexec instances can be launched without an unexpectedly high load.
Description-md5:
Homepage: http://www.gnu.org/software/pexec/
Tag: role::program, works-with::software:running
Section: utils
Priority: optional
Filename: pool/main/p/pexec/pexec_1.0~rc8-4+b1_amd64.deb