How to Install and Uninstall cstream Package on Kali Linux

Last updated: May 13,2024

1. Install "cstream" package

Please follow the instructions below to install cstream on Kali Linux

$ sudo apt update $ sudo apt install cstream

2. Uninstall "cstream" package

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

$ sudo apt remove cstream $ sudo apt autoclean && sudo apt autoremove

3. Information about the cstream package on Kali Linux

Package: cstream
Version: 4.0.0-1
Installed-Size: 64
Maintainer: Jonas Smedegaard
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 26516
SHA256: 1e6fde62143b01495d2454d796a766139c1afe9ffb39ab9e3dd2273da6b0847e
SHA1: fa1dbf8334113275610e7030a1cd4df3a1c88cfb
MD5sum: fe4dc98fb61f05fcf827b3d1ca15e3c0
Description: general-purpose stream-handling tool similar to dd
cstream is a general-purpose stream-handling tool like UNIX' dd,
usually used in commandline-constructed pipes.
It has a more traditional command line syntax,
support for precise bandwidth limiting and reporting
and support for FIFOs.
Data limits and throughput rate calculation will work
for files > 4 GB.
.
cstream reads from the standard input
and writes to the standard output,
if no filenames are given.
It will also 'generate' or 'sink' data if desired.
Description-md5:
Homepage: http://www.cons.org/cracauer/cstream.html
Tag: implemented-in::c, interface::commandline, role::program,
scope::utility, use::transmission
Section: utils
Priority: optional
Filename: pool/main/c/cstream/cstream_4.0.0-1_amd64.deb