How to Install and Uninstall pipexec Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 27,2024

1. Install "pipexec" package

This is a short guide on how to install pipexec on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pipexec

2. Uninstall "pipexec" package

In this section, we are going to explain the necessary steps to uninstall pipexec on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the pipexec package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pipexec
Priority: optional
Section: universe/libs
Installed-Size: 84
Maintainer: Ubuntu Developers
Original-Maintainer: Thorsten Alteholz
Architecture: amd64
Version: 2.5.4-1
Depends: libc6 (>= 2.10)
Filename: pool/universe/p/pipexec/pipexec_2.5.4-1_amd64.deb
Size: 16198
MD5sum: 521acdbb51b6419315ab62427633646e
SHA1: 46f7b9271e1e057ed0b1de29e4d53799fea9cd58
SHA256: 4e120c394a5bc8f387e95a89bdf66c41c6921a2cd1e6cb259dac94d46b29622d
Description-en: 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 it's 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: 38d4b57bd93d6bb6b439bc479ede3458
Homepage: https://github.com/flonatel/pipexec
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu