How To Install python-livereload-docs on Fedora 36

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

Introduction

In this tutorial we learn how to install python-livereload-docs on Fedora 36.

What is python-livereload-docs

LiveReload documentation and examples.

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

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

sudo dnf -y install python-livereload-docs

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

sudo yum -y install python-livereload-docs

How To Uninstall python-livereload-docs on Fedora 36

To uninstall only the python-livereload-docs package we can use the following command:

sudo dnf remove python-livereload-docs

python-livereload-docs Package Contents on Fedora 36

/usr/share/doc/python-livereload-docs
/usr/share/doc/python-livereload-docs/docs
/usr/share/doc/python-livereload-docs/docs/Makefile
/usr/share/doc/python-livereload-docs/docs/_templates
/usr/share/doc/python-livereload-docs/docs/_templates/sidebarintro.html
/usr/share/doc/python-livereload-docs/docs/_themes
/usr/share/doc/python-livereload-docs/docs/changelog.rst
/usr/share/doc/python-livereload-docs/docs/conf.py
/usr/share/doc/python-livereload-docs/docs/index.rst
/usr/share/doc/python-livereload-docs/example
/usr/share/doc/python-livereload-docs/example/index.html
/usr/share/doc/python-livereload-docs/example/server.py
/usr/share/doc/python-livereload-docs/example/style.less
/usr/share/licenses/python-livereload-docs
/usr/share/licenses/python-livereload-docs/LICENSE

References

Summary

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