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

Last updated: May 15,2024

1. Install "spiped" package

Please follow the guidelines below to install spiped on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install spiped

2. Uninstall "spiped" package

This guide covers the steps necessary to uninstall spiped on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove spiped $ sudo apt autoclean && sudo apt autoremove

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

Package: spiped
Priority: optional
Section: universe/utils
Installed-Size: 175
Maintainer: Ubuntu Developers
Original-Maintainer: Peter Pentchev
Architecture: amd64
Version: 1.4.1-1
Depends: libc6 (>= 2.15), libssl1.0.0 (>= 1.0.0)
Filename: pool/universe/s/spiped/spiped_1.4.1-1_amd64.deb
Size: 39634
MD5sum: 4a7716402ef7f506cdab9716a5adcb7e
SHA1: 14be6a43d56886702f40db3958199ebbdd91173e
SHA256: 8f5bf49c9f0af1b947faaf0a5e4ea3bc8c2d35b626b995a8ef310865c056c37a
Description-en: create secure pipes between socket addresses
spiped (pronounced "ess-pipe-dee") is a utility for creating symmetrically
encrypted and authenticated pipes between socket addresses, so that one may
connect to one address (e.g., a UNIX socket on localhost) and transparently
have a connection established to another address (e.g., a UNIX socket on a
different system). This is similar to 'ssh -L' functionality, but does not
use SSH and requires a pre-shared symmetric key.
.
spipe (pronounced "ess-pipe") is a utility which acts as an spiped protocol
client (i.e., connects to an spiped daemon), taking input from the standard
input and writing data read back to the standard output.
Description-md5: 6e2d4a3d6fe7fbc4faac44754e4314ee
Multi-Arch: foreign
Homepage: http://www.tarsnap.com/spiped.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu