How to Install and Uninstall pushpin Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "pushpin" package

In this section, we are going to explain the necessary steps to install pushpin on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pushpin

2. Uninstall "pushpin" package

Here is a brief guide to show you how to uninstall pushpin on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pushpin $ sudo apt autoclean && sudo apt autoremove

3. Information about the pushpin package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pushpin
Priority: extra
Section: universe/net
Installed-Size: 2641
Maintainer: Ubuntu Developers
Original-Maintainer: Jan Niehusmann
Architecture: amd64
Version: 1.8.0-2build1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libqt5core5a (>= 5.5.0), libqt5network5 (>= 5.0.2), libstdc++6 (>= 4.1.1), libzmq5 (>= 3.2.3+dfsg), mongrel2-core (>= 1.9.0), zurl (>= 1.3.0-2), python-setproctitle, python-jinja2, python, adduser
Filename: pool/universe/p/pushpin/pushpin_1.8.0-2build1_amd64.deb
Size: 670566
MD5sum: f25aa7ce880274072a1f341248a02bc8
SHA1: 8e47131b8a1796b77ddfc3cffcb7d4335fc76efa
SHA256: ae883d3d6c2038bfc6c5272c27cdb692cd699bbae7c87fc37aee50a1a5bbb027
Description-en: HTTP reverse proxy server for streaming and long-polling services
Pushpin is a reverse proxy server that makes it easy to implement
WebSocket, HTTP streaming, and HTTP long-polling services. It communicates
with backend web applications using regular, short-lived HTTP requests
(GRIP protocol). This allows backend applications to be written in any
language and use any webserver.
.
Additionally, Pushpin does all of this without exposing a proprietary
protocol to clients. The HTTP/WebSocket content between the client
and your server is whatever you want it to be. This makes it ideal for
implementing APIs.
.
Pushpin is written in C++. The name means to "pin" (hold) connections
open for "pushing".
Description-md5: 7d73de5ae4b2fdd9ed9a9a4ef1ffb9b2
Homepage: https://github.com/fanout/pushpin
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu