How To Install perl-CSS on Fedora 36

In this tutorial we learn how to install perl-CSS in Fedora 36. perl-CSS is Object oriented access to Cascading Style Sheets (CSS)

Introduction

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

What is perl-CSS

This module can be used, along with a CSS CSS data and represent it as a tree of objects. Using a CSS other formats.

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

Install perl-CSS 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 using dnf by running the following command:

sudo dnf -y install perl-CSS

Install perl-CSS 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 using yum by running the following command:

sudo yum -y install perl-CSS

How To Uninstall perl-CSS on Fedora 36

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

sudo dnf remove perl-CSS

perl-CSS Package Contents on Fedora 36

/usr/share/doc/perl-CSS
/usr/share/doc/perl-CSS/Changes
/usr/share/doc/perl-CSS/README
/usr/share/doc/perl-CSS/examples
/usr/share/doc/perl-CSS/examples/adapt.pl
/usr/share/doc/perl-CSS/examples/dump.pl
/usr/share/doc/perl-CSS/examples/parsers.pl
/usr/share/doc/perl-CSS/examples/t
/usr/share/doc/perl-CSS/examples/t/css_simple
/usr/share/man/man3/CSS.3pm.gz
/usr/share/man/man3/CSS::Adaptor.3pm.gz
/usr/share/man/man3/CSS::Adaptor::Debug.3pm.gz
/usr/share/man/man3/CSS::Adaptor::Pretty.3pm.gz
/usr/share/man/man3/CSS::Parse.3pm.gz
/usr/share/man/man3/CSS::Parse::Compiled.3pm.gz
/usr/share/man/man3/CSS::Parse::Heavy.3pm.gz
/usr/share/man/man3/CSS::Parse::Lite.3pm.gz
/usr/share/man/man3/CSS::Parse::PRDGrammar.3pm.gz
/usr/share/man/man3/CSS::Property.3pm.gz
/usr/share/man/man3/CSS::Selector.3pm.gz
/usr/share/man/man3/CSS::Style.3pm.gz
/usr/share/man/man3/CSS::Value.3pm.gz
/usr/share/perl5/vendor_perl/CSS
/usr/share/perl5/vendor_perl/CSS.pm
/usr/share/perl5/vendor_perl/CSS/Adaptor
/usr/share/perl5/vendor_perl/CSS/Adaptor.pm
/usr/share/perl5/vendor_perl/CSS/Adaptor/Debug.pm
/usr/share/perl5/vendor_perl/CSS/Adaptor/Pretty.pm
/usr/share/perl5/vendor_perl/CSS/Parse
/usr/share/perl5/vendor_perl/CSS/Parse.pm
/usr/share/perl5/vendor_perl/CSS/Parse/Compiled.pm
/usr/share/perl5/vendor_perl/CSS/Parse/CompiledGrammar.pm
/usr/share/perl5/vendor_perl/CSS/Parse/Heavy.pm
/usr/share/perl5/vendor_perl/CSS/Parse/Lite.pm
/usr/share/perl5/vendor_perl/CSS/Parse/PRDGrammar.pm
/usr/share/perl5/vendor_perl/CSS/Property.pm
/usr/share/perl5/vendor_perl/CSS/Selector.pm
/usr/share/perl5/vendor_perl/CSS/Style.pm
/usr/share/perl5/vendor_perl/CSS/Value.pm

References

Summary

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