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

Last updated: May 10,2024

1. Install "ziproxy" package

Please follow the steps below to install ziproxy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ziproxy

2. Uninstall "ziproxy" package

This guide covers the steps necessary to uninstall ziproxy on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ziproxy $ sudo apt autoclean && sudo apt autoremove

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

Package: ziproxy
Priority: extra
Section: universe/net
Installed-Size: 288
Maintainer: Ubuntu Developers
Original-Maintainer: Marcos Talau
Architecture: amd64
Version: 3.3.1-2
Depends: libc6 (>= 2.15), libgif7 (>= 5.1), libjasper1, libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), libsasl2-2, zlib1g (>= 1:1.1.4), adduser, lsb-base (>= 3.0-10), passwd
Filename: pool/universe/z/ziproxy/ziproxy_3.3.1-2_amd64.deb
Size: 106658
MD5sum: 82ef910638612650b510ebc525f73737
SHA1: 4f9494d976609b9dc38fb1c3b77b761fd871c136
SHA256: 74bd6c3b75df1f719ad6f3f67ea513c3d3907abc81a6c45c1ef5dfbbff9dde01
Description-en: compressing HTTP proxy server
Ziproxy is a forwarding, non-caching and compressing HTTP proxy server.
Basically it squeezes images by converting them to lower quality JPEGs
and compresses (gzip) HTML and other text-like data. It also provides
other features such as: HTML/JS/CSS optimization, preemptive hostname
resolution, transparent proxying, IP ToS marking (QoS), Ad-Blocker,
detailed logging and more.
.
Ziproxy may be installed in a number of different ways. Most common
setup modes:
1) As a remote proxy (by far, the most commonly used setup)
Ziproxy accesses the remote www servers through a fast link,
compresses the data, then send it to the client through a slow link.
In such setups there's no additional software required by the client,
Ziproxy acts much as a common network proxy.
2) As a local and remote proxy
Similar to setup #1, except that the client also runs its instance of
Ziproxy. Although Ziproxy does not require a Ziproxy-specific client,
there are circumstances where is desired to run Ziproxy-as-a-client:
* Client does not support JPEG 2000.
* Client supports JPEG 2000 but it is buggy and/or slow.
* Client does not support gzip.
* Need to support both JPEG 2000 and standard JPEG at the same proxy.
Description-md5: 5f635b29fc79f958495de09b85edec24
Homepage: http://ziproxy.sf.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu