How to Install and Uninstall perl-Mojolicious-Plugin-AssetPack.noarch Package on Fedora 34

Last updated: October 06,2024

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

This guide let you learn how to install perl-Mojolicious-Plugin-AssetPack.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Mojolicious-Plugin-AssetPack.noarch

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

This guide let you learn how to uninstall perl-Mojolicious-Plugin-AssetPack.noarch on Fedora 34:

$ sudo dnf remove perl-Mojolicious-Plugin-AssetPack.noarch $ sudo dnf autoremove

3. Information about the perl-Mojolicious-Plugin-AssetPack.noarch package on Fedora 34

Last metadata expiration check: 5:37:44 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Mojolicious-Plugin-AssetPack
Version : 2.10
Release : 2.fc34
Architecture : noarch
Size : 84 k
Source : perl-Mojolicious-Plugin-AssetPack-2.10-2.fc34.src.rpm
Repository : fedora
Summary : Compress and convert CSS, Less, Sass, JavaScript and CoffeeScript files
URL : https://metacpan.org/release/Mojolicious-Plugin-AssetPack
License : Artistic 2.0
Description : Mojolicious::Plugin::AssetPack is a Mojolicious plugin which can be used to
: cram multiple assets of the same type into one file. This means that if you
: have a lot of CSS files (.css, .less, .sass, ...) as input, the AssetPack
: can make one big CSS file as output. This is good, since it will often
: speed up the rendering of your page. The output file can even be minified,
: meaning you can save bandwidth and browser parsing time.