How to Install and Uninstall pushpin Package on Kali Linux

Last updated: May 05,2024

1. Install "pushpin" package

Please follow the guidance below to install pushpin on Kali Linux

$ sudo apt update $ sudo apt install pushpin

2. Uninstall "pushpin" package

This guide let you learn how to uninstall pushpin on Kali Linux:

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

3. Information about the pushpin package on Kali Linux

Package: pushpin
Version: 1.38.0-4
Installed-Size: 18841
Maintainer: Jan Niehusmann
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libqt5core5a (>= 5.15.1), libqt5network5 (>= 5.0.2), libssl3 (>= 3.0.0), libstdc++6 (>= 11), libzmq5 (>= 4.0.1+dfsg), zurl (>= 1.3.0-2), adduser, lsb-base (>= 3.0-6), ucf
Size: 3647840
SHA256: 31634a4e249c59d3089fe77ce847535f696b3fb57c4877195fedd714aa532d24
SHA1: 0badb119c15add4ebb09baf7d8a6b983636fd33e
MD5sum: 244d40b479f123f2711c8023f4e1d01a
Description: 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:
Homepage: https://github.com/fanout/pushpin
Tag: uitoolkit::qt
Section: net
Priority: optional
Filename: pool/main/p/pushpin/pushpin_1.38.0-4_amd64.deb