How To Install python-systemd-doc on Fedora 36

In this tutorial we learn how to install python-systemd-doc in Fedora 36. python-systemd-doc is HTML documentation for python-systemd

Introduction

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

What is python-systemd-doc

HTML documentation for python-systemd.

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

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

sudo dnf -y install python-systemd-doc

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

sudo yum -y install python-systemd-doc

How To Uninstall python-systemd-doc on Fedora 36

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

sudo dnf remove python-systemd-doc

python-systemd-doc Package Contents on Fedora 36

/usr/share/doc/python-systemd/html
/usr/share/doc/python-systemd/html/_modules
/usr/share/doc/python-systemd/html/_modules/index.html
/usr/share/doc/python-systemd/html/_modules/systemd
/usr/share/doc/python-systemd/html/_modules/systemd/daemon.html
/usr/share/doc/python-systemd/html/_modules/systemd/journal.html
/usr/share/doc/python-systemd/html/_sources
/usr/share/doc/python-systemd/html/_sources/daemon.rst.txt
/usr/share/doc/python-systemd/html/_sources/id128.rst.txt
/usr/share/doc/python-systemd/html/_sources/index.rst.txt
/usr/share/doc/python-systemd/html/_sources/journal.rst.txt
/usr/share/doc/python-systemd/html/_sources/login.rst.txt
/usr/share/doc/python-systemd/html/_static
/usr/share/doc/python-systemd/html/_static/basic.css
/usr/share/doc/python-systemd/html/_static/classic.css
/usr/share/doc/python-systemd/html/_static/conf.py
/usr/share/doc/python-systemd/html/_static/daemon.rst
/usr/share/doc/python-systemd/html/_static/default.css
/usr/share/doc/python-systemd/html/_static/doctools.js
/usr/share/doc/python-systemd/html/_static/documentation_options.js
/usr/share/doc/python-systemd/html/_static/file.png
/usr/share/doc/python-systemd/html/_static/id128.rst
/usr/share/doc/python-systemd/html/_static/index.rst
/usr/share/doc/python-systemd/html/_static/journal.rst
/usr/share/doc/python-systemd/html/_static/jquery-3.5.1.js
/usr/share/doc/python-systemd/html/_static/jquery.js
/usr/share/doc/python-systemd/html/_static/language_data.js
/usr/share/doc/python-systemd/html/_static/layout.html
/usr/share/doc/python-systemd/html/_static/login.rst
/usr/share/doc/python-systemd/html/_static/minus.png
/usr/share/doc/python-systemd/html/_static/plus.png
/usr/share/doc/python-systemd/html/_static/pygments.css
/usr/share/doc/python-systemd/html/_static/searchtools.js
/usr/share/doc/python-systemd/html/_static/sidebar.js
/usr/share/doc/python-systemd/html/_static/underscore-1.13.1.js
/usr/share/doc/python-systemd/html/_static/underscore.js
/usr/share/doc/python-systemd/html/daemon.html
/usr/share/doc/python-systemd/html/genindex.html
/usr/share/doc/python-systemd/html/id128.html
/usr/share/doc/python-systemd/html/index.html
/usr/share/doc/python-systemd/html/journal.html
/usr/share/doc/python-systemd/html/login.html
/usr/share/doc/python-systemd/html/objects.inv
/usr/share/doc/python-systemd/html/py-modindex.html
/usr/share/doc/python-systemd/html/search.html
/usr/share/doc/python-systemd/html/searchindex.js

References

Summary

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