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

Last updated: September 20,2024

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

Learn how to install libplack-middleware-crossorigin-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the step by step instructions below to uninstall libplack-middleware-crossorigin-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libplack-middleware-crossorigin-perl
Priority: optional
Section: universe/perl
Installed-Size: 38
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.012-1
Depends: libplack-perl, perl
Filename: pool/universe/libp/libplack-middleware-crossorigin-perl/libplack-middleware-crossorigin-perl_0.012-1_all.deb
Size: 12734
MD5sum: c5ec8aa664073fbcddc14f1bdd1cd9f8
SHA1: d7e0f57901aa2bc05fc23a6ba26f0670f068cd00
SHA256: 02066e91c18aa0f0184aeac15761f8de287e0b925d6cba19b186460edbab915b
Description-en: Plack middleware adding headers to allow CORS
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::CrossOrigin adds Cross Origin Request Sharing
headers used by modern browsers to allow XMLHttpRequest to work across
domains. This module will also help protect against CSRF attacks in
some browsers.
.
This module attempts to fully conform to the CORS spec, while allowing
additional flexibility in the values specified for the of the headers.
Description-md5: 3ca9c4544031fb3e1c8acdb17a287a96
Homepage: http://search.cpan.org/dist/Plack-Middleware-CrossOrigin/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu