How to Install and Uninstall spiped Package on Kali Linux

Last updated: May 15,2024

1. Install "spiped" package

Please follow the guidance below to install spiped on Kali Linux

$ sudo apt update $ sudo apt install spiped

2. Uninstall "spiped" package

This guide covers the steps necessary to uninstall spiped on Kali Linux:

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

3. Information about the spiped package on Kali Linux

Package: spiped
Version: 1.6.2-3
Installed-Size: 210
Maintainer: Peter Pentchev
Architecture: amd64
Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0)
Size: 60296
SHA256: b991205663f2480375833dd903f06c5eaf59e2ff1e1db1f4c615b3e226f39a23
SHA1: 2ea4236f8d55ca47eb1b3835346d3fbebe2c182a
MD5sum: 7724a91d76c7ff91eff993e3a9f93366
Description: 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:
Multi-Arch: foreign
Homepage: https://www.tarsnap.com/spiped.html
Section: utils
Priority: optional
Filename: pool/main/s/spiped/spiped_1.6.2-3_amd64.deb