How to Install and Uninstall pipexec Package on Kali Linux

Last updated: April 26,2024

1. Install "pipexec" package

In this section, we are going to explain the necessary steps to install pipexec on Kali Linux

$ sudo apt update $ sudo apt install pipexec

2. Uninstall "pipexec" package

Please follow the instructions below to uninstall pipexec on Kali Linux:

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

3. Information about the pipexec package on Kali Linux

Package: pipexec
Version: 2.6.1-3
Installed-Size: 79
Maintainer: Thorsten Alteholz
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 21852
SHA256: 44303fb153dabe1ca0061b485341f2a9ab0d1445f12e8913d99eeadf74f66f6c
SHA1: 2239bf7131a811e7d86e0ac75ce9feee7b8ac92a
MD5sum: 65280f4f56b3797366959e0b3bbe1bed
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:
Homepage: https://github.com/flonatel/pipexec
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/p/pipexec/pipexec_2.6.1-3_amd64.deb