How to Install and Uninstall libcatalyst-plugin-static-simple-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libcatalyst-plugin-static-simple-perl" package

This tutorial shows how to install libcatalyst-plugin-static-simple-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcatalyst-plugin-static-simple-perl

2. Uninstall "libcatalyst-plugin-static-simple-perl" package

This tutorial shows how to uninstall libcatalyst-plugin-static-simple-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcatalyst-plugin-static-simple-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcatalyst-plugin-static-simple-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcatalyst-plugin-static-simple-perl
Priority: optional
Section: universe/perl
Installed-Size: 43
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.33-1
Replaces: libcatalyst-modules-perl (<< 48~)
Depends: perl, libcatalyst-perl, libmime-types-perl (>= 2.03), libmoose-perl, libmoosex-types-perl, libnamespace-autoclean-perl
Breaks: libcatalyst-modules-perl (<< 48~)
Filename: pool/universe/libc/libcatalyst-plugin-static-simple-perl/libcatalyst-plugin-static-simple-perl_0.33-1_all.deb
Size: 16334
MD5sum: 63e24a74128b82cd79845f6729680f58
SHA1: 78d6bb49094fd9de069e6b503dfc601745d300aa
SHA256: f9122ebb58bb50906bc2e4f33d0d58753a5337de0be59bf719275c79a31032c8
Description-en: Catalyst plugin for easy serving of static pages
Catalyst::Plugin::Static::Simple is designed to make serving static content
in your application during development quick and easy, without requiring a
single line of code from you.
.
This plugin detects static files by looking at the file extension in the URL
(such as .css or .png or .js). The plugin uses the lightweight MIME::Types
module to map file extensions to IANA-registered MIME types, and will serve
your static files with the correct MIME type directly to the browser, without
being processed through Catalyst.
.
Catalyst is an elegant Model-View-Controller web application framework
written in Perl.
Description-md5: ecb23c127aec6dac49f7f62d3c9f0b36
Homepage: https://metacpan.org/release/Catalyst-Plugin-Static-Simple
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu