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

Last updated: October 11,2024

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

In this section, we are going to explain the necessary steps to install perl-Mojolicious-Plugin-AssetPack.noarch on Fedora 35

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

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

Learn how to uninstall perl-Mojolicious-Plugin-AssetPack.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:32:12 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Mojolicious-Plugin-AssetPack
Version : 2.13
Release : 3.fc35
Architecture : noarch
Size : 100 k
Source : perl-Mojolicious-Plugin-AssetPack-2.13-3.fc35.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.