How to Install and Uninstall libplack-middleware-logerrors-perl Package on Kali Linux

Last updated: September 29,2024

1. Install "libplack-middleware-logerrors-perl" package

In this section, we are going to explain the necessary steps to install libplack-middleware-logerrors-perl on Kali Linux

$ sudo apt update $ sudo apt install libplack-middleware-logerrors-perl

2. Uninstall "libplack-middleware-logerrors-perl" package

This tutorial shows how to uninstall libplack-middleware-logerrors-perl on Kali Linux:

$ sudo apt remove libplack-middleware-logerrors-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libplack-middleware-logerrors-perl package on Kali Linux

Package: libplack-middleware-logerrors-perl
Version: 0.003-1
Installed-Size: 26
Maintainer: Debian Perl Group
Architecture: all
Depends: libplack-perl, perl
Enhances: libplack-middleware-logwarn-perl, libplack-perl
Size: 8760
SHA256: 1c97a364a5241f19d2982de3b49654731240af42a435bae6bddfddefed1ca4ed
SHA1: d9bf9e32fb35b12e2efd905b78c77d8df9ad735a
MD5sum: 2c6020d6970c5d131a90020c339228f7
Description: map psgi.errors to psgix.logger or other logger
psgi.errors defaults to stderr in most backends,
which results in content going somewhere unhelpful
like the server console.
.
Plack::Middleware::LogErrors simply remaps the psgi.errors stream
to the psgix.logger stream,
or an explicit logger that you provide.
.
This is especially handy
when used in combination with other middlewares
such as Plack::Middleware::LogWarn
(which diverts Perl warnings to psgi.errors);
Plack::Middleware::HTTPExceptions
(which diverts uncaught exceptions to psgi.errors);
and Plack::Middleware::AccessLog,
which defaults to psgi.errors when not passed a logger --
which is also automatically applied via plackup
(so if you provided no --access-log option indicating a filename,
psgi.errors is used).
.
Plack is a set of tools similar to Ruby's Rack
or Python's Paste for WSGI.
It implements the Perl Server Gateway Interface (PSGI)
standard interface,
which allows developers to decouple their web application framework
from the local web server environment.
Description-md5:
Homepage: https://metacpan.org/pod/Plack::Middleware::LogErrors
Section: perl
Priority: optional
Filename: pool/main/libp/libplack-middleware-logerrors-perl/libplack-middleware-logerrors-perl_0.003-1_all.deb