How To Install perl-CSS-Minifier-XS on Fedora 36

In this tutorial we learn how to install perl-CSS-Minifier-XS in Fedora 36. perl-CSS-Minifier-XS is XS based CSS minifier

Introduction

In this tutorial we learn how to install perl-CSS-Minifier-XS on Fedora 36.

What is perl-CSS-Minifier-XS

‘CSS unnecessary white-space and comments from CSS files, while also not breaking the CSS. ‘CSS to ‘CSS in XS and not just pure Perl.

We can use yum or dnf to install perl-CSS-Minifier-XS on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-CSS-Minifier-XS.

Install perl-CSS-Minifier-XS on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-CSS-Minifier-XS using dnf by running the following command:

sudo dnf -y install perl-CSS-Minifier-XS

Install perl-CSS-Minifier-XS on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-CSS-Minifier-XS using yum by running the following command:

sudo yum -y install perl-CSS-Minifier-XS

How To Uninstall perl-CSS-Minifier-XS on Fedora 36

To uninstall only the perl-CSS-Minifier-XS package we can use the following command:

sudo dnf remove perl-CSS-Minifier-XS

perl-CSS-Minifier-XS Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/42
/usr/lib/.build-id/42/ee4a470243dbefbef258e9715c7cd012ee2e32
/usr/lib64/perl5/vendor_perl/CSS
/usr/lib64/perl5/vendor_perl/CSS/Minifier
/usr/lib64/perl5/vendor_perl/CSS/Minifier/XS.pm
/usr/lib64/perl5/vendor_perl/auto/CSS
/usr/lib64/perl5/vendor_perl/auto/CSS/Minifier
/usr/lib64/perl5/vendor_perl/auto/CSS/Minifier/XS
/usr/lib64/perl5/vendor_perl/auto/CSS/Minifier/XS/XS.so
/usr/share/doc/perl-CSS-Minifier-XS
/usr/share/doc/perl-CSS-Minifier-XS/Changes
/usr/share/doc/perl-CSS-Minifier-XS/README
/usr/share/licenses/perl-CSS-Minifier-XS
/usr/share/licenses/perl-CSS-Minifier-XS/LICENSE
/usr/share/man/man3/CSS::Minifier::XS.3pm.gz

References

Summary

In this tutorial we learn how to install perl-CSS-Minifier-XS on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).