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

Last updated: May 20,2024

1. Install "polipo" package

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

$ sudo apt update $ sudo apt install polipo

2. Uninstall "polipo" package

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

$ sudo apt remove polipo $ sudo apt autoclean && sudo apt autoremove

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

Package: polipo
Priority: optional
Section: universe/web
Installed-Size: 708
Maintainer: Ubuntu Developers
Original-Maintainer: Rolf Leggewie
Architecture: amd64
Version: 1.1.1-7
Depends: lsb-base, libc6 (>= 2.8)
Recommends: dnsmasq | pdnsd | unbound, python
Filename: pool/universe/p/polipo/polipo_1.1.1-7_amd64.deb
Size: 182004
MD5sum: 68c5742bebf6d5b8bcd3e67c420f9bb1
SHA1: 1f214b54abb355b405136a03d45667d75659f0b0
SHA256: 4634d2ec3c22099db3d01ffa3f01e9dfc92fb9ffa3c767bbdf02d9fd2a4afe14
Description-en: lightweight, caching web proxy
Polipo is a caching web proxy (a web cache) designed to be used by one
person or a small group of people. It is similar in spirit to WWWOFFLE, but
the implementation techniques are more like the ones used by Squid.
.
Polipo has some features that are unique among currently available proxies:
.
o Polipo will use HTTP/1.1 pipelining if it believes that the remote
server supports it, whether the incoming requests are pipelined or
come in simultaneously on multiple connections (this is more than the
simple usage of persistent connections, which is done by e.g. Squid);
.
o Polipo will cache the initial segment of an instance if the
download has been interrupted, and, if necessary, complete it later
using Range requests;
.
o Polipo will upgrade client requests to HTTP/1.1 even if they come
in as HTTP/1.0, and up- or downgrade server replies to the client's
capabilities (this may involve conversion to or from the HTTP/1.1
chunked encoding);
.
o Polipo has fairly complete support for IPv6 (except for scoped
(link-local) addresses).
.
Optionally, Polipo can use a technique known as Poor Man's Multiplexing
to reduce latency.
Description-md5: 68ad9c789b153cbad979231ce9a49525
Homepage: http://www.pps.jussieu.fr/~jch/software/polipo/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu