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

Last updated: May 18,2024

1. Install "desproxy" package

Please follow the guidelines below to install desproxy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install desproxy

2. Uninstall "desproxy" package

This tutorial shows how to uninstall desproxy on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove desproxy $ sudo apt autoclean && sudo apt autoremove

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

Package: desproxy
Priority: optional
Section: universe/net
Installed-Size: 190
Maintainer: Ubuntu Developers
Original-Maintainer: Jari Aalto
Architecture: amd64
Version: 0.1.0~pre3-8
Depends: libc6 (>= 2.15)
Filename: pool/universe/d/desproxy/desproxy_0.1.0~pre3-8_amd64.deb
Size: 53574
MD5sum: 02714ed058049392c27e0b3be343fb26
SHA1: 76db4998fa4397ecca93fee816f125df35066bc1
SHA256: bdfc118914029f1448ab1e9fd5fbe42bd4ccee3b65a33a30be738da6356ef11c
Description-en: tunnel TCP traffic through a HTTP proxy
Browsers (in general HTTP clients) use HTTP proxies to request web pages. The
proxy forwards those request to the destination server. All
the negotiation is done via the HTTP protocol, which is designed just
to carry HTTP requests and no generic (TCP/IP) traffic. That is why you
can't (normally) use Internet applications beside your browser if
you are behind a HTTP proxy.
.
That is what desproxy is good for. Desproxy is a TCP tunnel, which
means desproxy can forward TCP/IP traffic via a HTTP proxy. Desproxy
uses a HTTP/1.1 method (CONNECT) to establish TCP/IP connections on
demand. CONNECT is used for SSL connections when accessing to secure
sites. So if you can access sites that support SSL (www.hotmail.com for
example) you can use desproxy.
Description-md5: 6468badc373779f64c0558099fbe4d24
Homepage: http://sourceforge.net/projects/desproxy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu