How To Install python-docx-doc on Fedora 36

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

Introduction

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

What is python-docx-doc

A Python library for creating and updating Microsoft Word (.docx) files.

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

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

sudo dnf -y install python-docx-doc

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

sudo yum -y install python-docx-doc

How To Uninstall python-docx-doc on Fedora 36

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

sudo dnf remove python-docx-doc

python-docx-doc Package Contents on Fedora 36

/usr/share/doc/python-docx-doc
/usr/share/doc/python-docx-doc/HISTORY.rst
/usr/share/doc/python-docx-doc/README.rst
/usr/share/doc/python-docx-doc/python-docx.pdf
/usr/share/licenses/python-docx-doc
/usr/share/licenses/python-docx-doc/LICENSE

References

Summary

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