How to Install and Uninstall libpstreams-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "libpstreams-dev" package

This tutorial shows how to install libpstreams-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpstreams-dev

2. Uninstall "libpstreams-dev" package

Please follow the guidance below to uninstall libpstreams-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libpstreams-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libpstreams-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 997
Maintainer: Ubuntu Developers
Original-Maintainer: Antonio Terceiro
Architecture: all
Source: pstreams
Version: 0.8.0-2
Filename: pool/universe/p/pstreams/libpstreams-dev_0.8.0-2_all.deb
Size: 106370
MD5sum: e759a784eed4b9af748f48bc74224792
SHA1: da399eac915a7eb48f23aeb1de1b3ce2ad84f1d0
SHA256: 706ba8d094c3db01aa5dcae1aa7cdb6668f288c53eb2f0cc3f7072d2d5c51264
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
Homepage: http://pstreams.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu