How to Install and Uninstall libplack-middleware-logerrors-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 16,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 Ubuntu 21.10 (Impish Indri)

$ 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 Ubuntu 21.10 (Impish Indri):

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

3. Information about the libplack-middleware-logerrors-perl package on Ubuntu 21.10 (Impish Indri)

Package: libplack-middleware-logerrors-perl
Architecture: all
Version: 0.003-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 25
Depends: libplack-perl, perl
Enhances: libplack-middleware-logwarn-perl, libplack-perl
Filename: pool/universe/libp/libplack-middleware-logerrors-perl/libplack-middleware-logerrors-perl_0.003-1_all.deb
Size: 8464
MD5sum: d47524076532a4c31b15f704144f1ba1
SHA1: c911ebdcbd6dfa30c7f23a07b4c01e424d2232e5
SHA256: 514ff34b18374e3c9490c1c9d6119007f4c449bd5bdb28b9dbc34a7cd8f9e970
SHA512: cf55eda4c501fcc9a0b8bb9c2973f20a9d77260d17bcfc06ae437fb8cbe2762b080a114c82af0bd14ad79aa915181355d4321e98ae27b6c41135f58b00c6e1e4
Homepage: https://metacpan.org/pod/Plack::Middleware::LogErrors
Description-en: 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: 6cacb49964aa26072a1434e659242ea3