How To Install python-editorconfig-doc on Fedora 36

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

Introduction

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

What is python-editorconfig-doc

EditorConfig Python Core provides the same functionality as the EditorConfig C Core.

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

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

sudo dnf -y install python-editorconfig-doc

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

sudo yum -y install python-editorconfig-doc

How To Uninstall python-editorconfig-doc on Fedora 36

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

sudo dnf remove python-editorconfig-doc

python-editorconfig-doc Package Contents on Fedora 36

/usr/share/doc/python-editorconfig-doc
/usr/share/doc/python-editorconfig-doc/EditorConfigPythonCore.pdf
/usr/share/doc/python-editorconfig-doc/README.rst
/usr/share/doc/python-editorconfig-doc/text
/usr/share/doc/python-editorconfig-doc/text/command_line_usage.txt
/usr/share/doc/python-editorconfig-doc/text/index.txt
/usr/share/doc/python-editorconfig-doc/text/plugins.txt
/usr/share/doc/python-editorconfig-doc/text/usage.txt
/usr/share/licenses/python-editorconfig-doc
/usr/share/licenses/python-editorconfig-doc/COPYING
/usr/share/licenses/python-editorconfig-doc/LICENSE.BSD
/usr/share/licenses/python-editorconfig-doc/LICENSE.PSF

References

Summary

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