How to Install and Uninstall libpstreams-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 16,2024

1. Install "libpstreams-dev" package

This guide let you learn how to install libpstreams-dev on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libpstreams-dev

2. Uninstall "libpstreams-dev" package

This is a short guide on how to uninstall libpstreams-dev on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libpstreams-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: libpstreams-dev
Architecture: all
Version: 1.0.3-1
Multi-Arch: foreign
Priority: optional
Section: universe/libdevel
Source: pstreams
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Eugene Seliverstov
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1097
Depends: libjs-jquery
Filename: pool/universe/p/pstreams/libpstreams-dev_1.0.3-1_all.deb
Size: 114624
MD5sum: 475e524b1249b2b6baf8c33e4bdf46a9
SHA1: aa8dfda1fd5ba568edbbb450d5681035cf5daf4c
SHA256: a8697b4cae8c5cb15f224b05ea8c3c499263e33353c05d07f13be8438dc056c0
SHA512: 479a5d6e542e4f49a52eb120c8ef0c1ea98acaf00cf02931121f71b3f17e89a3677de576cb542154e8da857682b00767bc93b58c4baea7eb5f34c50aa56e2f0b
Homepage: http://pstreams.sourceforge.net/
Description-en: 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: d6a272f3a8d6d3b2eec60d7416a0dd97