How To Install python-cssutils-doc on Fedora 36

In this tutorial we learn how to install python-cssutils-doc in Fedora 36. python-cssutils-doc is Documentation for python-cssutils

Introduction

In this tutorial we learn how to install python-cssutils-doc on Fedora 36.

What is python-cssutils-doc

Documentation for python-cssutils.

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

Install python-cssutils-doc 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 python-cssutils-doc using dnf by running the following command:

sudo dnf -y install python-cssutils-doc

Install python-cssutils-doc 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 python-cssutils-doc using yum by running the following command:

sudo yum -y install python-cssutils-doc

How To Uninstall python-cssutils-doc on Fedora 36

To uninstall only the python-cssutils-doc package we can use the following command:

sudo dnf remove python-cssutils-doc

python-cssutils-doc Package Contents on Fedora 36

/usr/share/doc/python-cssutils-doc
/usr/share/doc/python-cssutils-doc/examples
/usr/share/doc/python-cssutils-doc/examples/build.py
/usr/share/doc/python-cssutils-doc/examples/codec.py
/usr/share/doc/python-cssutils-doc/examples/cssencodings.py
/usr/share/doc/python-cssutils-doc/examples/customlog.py
/usr/share/doc/python-cssutils-doc/examples/imports.py
/usr/share/doc/python-cssutils-doc/examples/minify.py
/usr/share/doc/python-cssutils-doc/examples/parse.py
/usr/share/doc/python-cssutils-doc/examples/properties_with_same_name.py
/usr/share/doc/python-cssutils-doc/examples/selectors_tolower.py
/usr/share/doc/python-cssutils-doc/examples/serialize.py
/usr/share/doc/python-cssutils-doc/examples/style.py
/usr/share/doc/python-cssutils-doc/examples/styledeclaration.py
/usr/share/doc/python-cssutils-doc/examples/testutil.py
/usr/share/doc/python-cssutils-doc/examples/website.py

References

Summary

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