How to Install and Uninstall libplack-middleware-file-sass-perl Package on Kali Linux

Last updated: May 18,2024

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

Please follow the guidance below to install libplack-middleware-file-sass-perl on Kali Linux

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

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

Here is a brief guide to show you how to uninstall libplack-middleware-file-sass-perl on Kali Linux:

$ 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 Kali Linux

Package: libplack-middleware-file-sass-perl
Version: 0.03-5
Installed-Size: 34
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, sgml-base (>= 1.28), libplack-perl, ruby-sass | libhaml-ruby (<< 3.1) | libtext-sass-perl
Recommends: ruby-sass | libhaml-ruby (<< 3.1)
Size: 13028
SHA256: e4d9470935b44eed606b0d475f61dd355517091c89ae3edfd299f0846c2b5b5b
SHA1: 63deea414bfc3b5182240b67ac380d6c7ae10bcb
MD5sum: 4529915e82d74a9ee3ace2be1fef584d
Description: 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:
Homepage: https://metacpan.org/release/Plack-Middleware-File-Sass
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libp/libplack-middleware-file-sass-perl/libplack-middleware-file-sass-perl_0.03-5_all.deb