How to Install and Uninstall libpstreams-dev Package on Kali Linux

Last updated: May 16,2024

1. Install "libpstreams-dev" package

This tutorial shows how to install libpstreams-dev on Kali Linux

$ sudo apt update $ sudo apt install libpstreams-dev

2. Uninstall "libpstreams-dev" package

Please follow the guidance below to uninstall libpstreams-dev on Kali Linux:

$ sudo apt remove libpstreams-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpstreams-dev package on Kali Linux

Package: libpstreams-dev
Source: pstreams
Version: 1.0.3-1
Installed-Size: 1109
Maintainer: Eugene Seliverstov
Architecture: all
Depends: libjs-jquery
Size: 134380
SHA256: cb507377eeb4dc5f3f08c10f4c86480430ad2c52e7fa55e97874593f17243727
SHA1: 1fbc3abd84572082939fd4ad05f1d460807847ad
MD5sum: 29bf9c6c291a0e040cd35cd2d3c16e0c
Description: C++ iostream interface to POSIX process I/O
PStreams allows you to run another program from your C++ application and to
transfer data between the two programs, similar to shell pipelines. The
PStreams class works like a wrapper for the POSIX.2 functions popen(3) and
pclose(3) (although it doesn't actually use them), using a C++ iostreams
interface, instead of C's stdio library. Thus, PStreams makes it possible to
run an external program and handle its stdin, stdout, and stderr just like you
would handle any other C++ iostream.
Description-md5:
Multi-Arch: foreign
Homepage: http://pstreams.sourceforge.net/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/p/pstreams/libpstreams-dev_1.0.3-1_all.deb