pipexec on Kali Linux

Last updated: January 31,2023

1. Install pipexec package

In this section, we are going to explain the necessary steps to install pipexec package:

sudo apt update
sudo apt install pipexec

2. Uninstall / Remove pipexec package

Please follow the instructions below to uninstall pipexec package:

sudo apt remove pipexec
sudo apt autoclean && sudo apt autoremove

3. Details of pipexec package

Package: pipexec
Version: 2.6.1-1
Installed-Size: 79
Maintainer: Thorsten Alteholz
Architecture: amd64
Depends: libc6 (>= 2.10)
Size: 21784
SHA256: e0e0a42e5d2285ec820907328d0481dd70884dea62aebf36e1301bb0d05798a9
SHA1: e243a720ce635c5c6a65755eee618288cc1e5289
MD5sum: 1a33bec4df57fca6586c682b7b3102b5
Description: create a directed graph of processes and pipes
pipexec creates an arbitrary network (directed graph) of processes and
pipes in between - even cycles are possible.
It overcomes the short comings of shells that are typically only able
to create non cyclic trees.
.
pipexec also monitors all its child processes and is able to restart
the whole network of processes and pipes if one crashes.
Therefore pipexec can be used in SYSV-init or systemd configuration to
run a network of processes.
.
The package also contains two tools 'ptee' and 'peet' which are the piped
version of the 'tee' and 'eet' (reverse tee) commands.
Description-md5: eb226c36765d758f7d2355c388ecff23
Homepage: https://github.com/flonatel/pipexec
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/pipexec/pipexec_2.6.1-1_amd64.deb