Install libpstreams-dev
Installing libpstreams-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libpstreams-dev
libpstreams-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libpstreams-dev |
version | 0.8.0-2 |
description | C++ iostream interface to POSIX process I/O |
subsection | libdevel |
website | pstreams.sourceforge.net |
maintainer | Antonio Terceiro |
Uninstall libpstreams-dev
To remove just libpstreams-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libpstreams-dev
Uninstall libpstreams-dev and it’s dependent packages
To remove the libpstreams-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libpstreams-dev
Purging libpstreams-dev
If you also want to delete configuration and/or data files of libpstreams-dev from Debian Sid then this will work:
sudo apt-get purge libpstreams-dev
To delete configuration and/or data files of libpstreams-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libpstreams-dev