How to Install and Uninstall libnet-proxy-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "libnet-proxy-perl" package

Learn how to install libnet-proxy-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libnet-proxy-perl

2. Uninstall "libnet-proxy-perl" package

Please follow the instructions below to uninstall libnet-proxy-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libnet-proxy-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnet-proxy-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libnet-proxy-perl
Priority: optional
Section: universe/perl
Installed-Size: 195
Maintainer: Ubuntu Developers
Original-Maintainer: Michael Ablassmeier
Architecture: all
Version: 0.12-6
Depends: perl, libwww-perl
Suggests: lsb-base (>= 3.0-6)
Conflicts: sslh
Filename: pool/universe/libn/libnet-proxy-perl/libnet-proxy-perl_0.12-6_all.deb
Size: 69886
MD5sum: 88aee2c6ba97fad0f2c7adeb18bb054c
SHA1: b71da75583f8cb45183d56001191a8e6a9877db1
SHA256: a3f627e22d674869cbb87b2248963702b28b0b2613aeddbe6b9234bcc012ea67
Description-en: Framework for proxying network connections in many ways
This module is a framework for creating various kinds of network
proxies in a very simple way.
.
A proxy is a program that transfer data across a network boundary between
a client and a server. Net::Proxy introduces the concept of "connectors",
which abstract the server part (connected to the client) and the client
part (connected to the server) of the proxy.
.
This makes it very easy to implement specific techniques to cross a
given network boundary, possibly by using a proxy on one side of the
network fence, and a reverse-proxy on the other side of the fence.
.
This package also provides the sslh SSH/HTTPS service multiplexer
written in perl.
Description-md5: b7f28eeed72e1fee8b9751d1d915d392
Homepage: http://search.cpan.org/dist/Net-Proxy/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu