How to Install and Uninstall liblwp-protocol-psgi-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 04,2024

1. Install "liblwp-protocol-psgi-perl" package

Please follow the guidelines below to install liblwp-protocol-psgi-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liblwp-protocol-psgi-perl

2. Uninstall "liblwp-protocol-psgi-perl" package

This tutorial shows how to uninstall liblwp-protocol-psgi-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove liblwp-protocol-psgi-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the liblwp-protocol-psgi-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: liblwp-protocol-psgi-perl
Priority: optional
Section: universe/perl
Installed-Size: 35
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.08-1
Depends: perl, libwww-perl, libplack-perl, libguard-perl
Suggests: libcrypt-ssleay-perl | libio-socket-ssl-perl
Filename: pool/universe/libl/liblwp-protocol-psgi-perl/liblwp-protocol-psgi-perl_0.08-1_all.deb
Size: 12596
MD5sum: 03dcbb6a80e17695b299f7668885104c
SHA1: b97e3143ec974fc37853e775ca0b34bb3b9552eb
SHA256: bf9311871cd048ef355f70bd10f318103629400eab30caea51b111209c319d3c
Description-en: override LWP's HTTP/HTTPS backend with your own PSGI application
PSGI is a specification to decouple web server environments from web
application framework code.
.
LWP::Protocol::PSGI is a module to hijack *any* code that uses
LWP::UserAgent underneath such that any HTTP or HTTPS requests can be
routed to your own PSGI application.
.
Because it works with any code that uses LWP, you can override various
WWW::*, Net::* or WebService::* modules such as WWW::Mechanize, without
modifying the calling code or its internals.
Description-md5: 70fbd475e6d5a1436fe73e2995675c9a
Homepage: https://github.com/miyagawa/LWP-Protocol-PSGI
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu