How to Install and Uninstall perl-Mojolicious-Plugin-AssetPack Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "perl-Mojolicious-Plugin-AssetPack" package

Learn how to install perl-Mojolicious-Plugin-AssetPack on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Mojolicious-Plugin-AssetPack

2. Uninstall "perl-Mojolicious-Plugin-AssetPack" package

Please follow the guidelines below to uninstall perl-Mojolicious-Plugin-AssetPack on openSuSE Tumbleweed:

$ sudo zypper remove perl-Mojolicious-Plugin-AssetPack

3. Information about the perl-Mojolicious-Plugin-AssetPack package on openSuSE Tumbleweed

Information for package perl-Mojolicious-Plugin-AssetPack:
----------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Mojolicious-Plugin-AssetPack
Version : 2.14-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 174.2 KiB
Installed : No
Status : not installed
Source package : perl-Mojolicious-Plugin-AssetPack-2.14-2.2.src
Upstream URL : https://metacpan.org/release/Mojolicious-Plugin-AssetPack
Summary : Compress and convert CSS, Less, Sass, JavaScript and CoffeeScript files
Description :
Mojolicious::Plugin::AssetPack is a Mojolicious plugin for processing
static assets. The idea is that JavaScript and CSS files should be served
as one minified file to save bandwidth and roundtrip time to the server.
There are many external tools for doing this, but integrating them with
Mojolicious can be a struggle: You want to serve the source files directly
while developing, but a minified version in production. This assetpack
plugin will handle all of that automatically for you.
Your application creates and refers to an asset by its topic (virtual asset
name). The process of building actual assets from their components is
delegated to "pipe objects".