Install pushpin
Installing pushpin package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pushpin
pushpin package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pushpin |
version | 1.8.0-2+b1 |
description | HTTP reverse proxy server for streaming and long-polling services |
subsection | net |
website | github.com / fanout / pushpin |
maintainer | Jan Niehusmann |
Uninstall pushpin
To remove just pushpin package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pushpin
Uninstall pushpin and it’s dependent packages
To remove the pushpin package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pushpin
Purging pushpin
If you also want to delete configuration and/or data files of pushpin from Debian Sid then this will work:
sudo apt-get purge pushpin
To delete configuration and/or data files of pushpin and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pushpin