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

Last updated: May 18,2024

1. Install "libplack-middleware-file-sass-perl" package

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

$ sudo apt update $ sudo apt install libplack-middleware-file-sass-perl

2. Uninstall "libplack-middleware-file-sass-perl" package

Please follow the guidance below to uninstall libplack-middleware-file-sass-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libplack-middleware-file-sass-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libplack-middleware-file-sass-perl
Priority: optional
Section: universe/perl
Installed-Size: 65
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.03-4
Depends: perl, libplack-perl, ruby-sass | libhaml-ruby (<< 3.1) | libtext-sass-perl
Recommends: ruby-sass | libhaml-ruby (<< 3.1)
Filename: pool/universe/libp/libplack-middleware-file-sass-perl/libplack-middleware-file-sass-perl_0.03-4_all.deb
Size: 8872
MD5sum: 723bd5e2168e999d02cb6607a9c80315
SHA1: 5dea678bde57345ebbd82155a64c43fee45793cd
SHA256: 1268df8473af3a2388e9792ba9b3cf38a082216a7748e3e79676fb3be43dab08
Description-en: Sass and SCSS support for all Plack-based PSGI frameworks
PSGI is a specification to decouple web server environments from web
application framework code. Plack is an implementation of PSGI.
.
Plack::Middleware::File::Sass is a Plack middleware component that
works with Plack::App::File or Plack::Middleware::Static to compile
Sass templates into CSS stylesheet in every request.
.
When a request comes in for *.css* file, this middleware changes the
internal path to *.sass* or *.scss*, depending on the configuration, in
the same directory. If the Sass template is found, a new CSS stylesheet
is built on memory and served to the browsers. Otherwise, it falls back
to the original *.css* file in the directory.
.
This middleware should be very handy for the development. While Sass to
CSS rendering is reasonably fast, for the production environment you
might want to precompile Sass templates to CSS files on disk and serves
them with a real web server like nginx or lighttpd.
.
Text::Sass provides only a limited Sass implementation, so the Ruby
implementation is recommended even when Text::Sass is available.
Description-md5: 1366045a7423d4b80bed3d8fc5ab940f
Homepage: http://search.cpan.org/dist/plack-middleware-file-sass/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu