How to Install and Uninstall libplack-middleware-expires-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

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

Please follow the instructions below to install libplack-middleware-expires-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the steps below to uninstall libplack-middleware-expires-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libplack-middleware-expires-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libplack-middleware-expires-perl
Priority: optional
Section: universe/perl
Installed-Size: 59
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.06-1
Depends: libhttp-date-perl, libhttp-message-perl, libplack-perl, libtry-tiny-perl, perl
Filename: pool/universe/libp/libplack-middleware-expires-perl/libplack-middleware-expires-perl_0.06-1_all.deb
Size: 7894
MD5sum: c21116bc3e8994bbd6d350de576d1787
SHA1: 99b44b68b1479d09bc8be29f784c457a4810529a
SHA256: a32cb0aabd7cd7c2117df7b0f70d2303c3042faa09a3fcfc0ce00fb2860ca449
Description-en: mod_expires for plack
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.
.
Plack::Middleware::Expires is Apache's mod_expires for Plack.
.
This middleware controls the setting of Expires HTTP header and the
max-age directive of the Cache-Control HTTP header in server responses.
.
Note: Expires works only for successful response and If exists Expires
HTTP header already, this middleware does not override.
Description-md5: dd7dda5da03309b133d812afd76180a5
Homepage: https://github.com/kazeburo/Plack-Middleware-Expires
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu