How To Install python3-pyhunspell on Fedora 36

In this tutorial we learn how to install python3-pyhunspell in Fedora 36. python3-pyhunspell is Python bindings for hunspell

Introduction

In this tutorial we learn how to install python3-pyhunspell on Fedora 36.

What is python3-pyhunspell

This package contains a Python3 module to use the hunspell library from Python3.

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

Install python3-pyhunspell 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 python3-pyhunspell using dnf by running the following command:

sudo dnf -y install python3-pyhunspell

Install python3-pyhunspell 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 python3-pyhunspell using yum by running the following command:

sudo yum -y install python3-pyhunspell

How To Uninstall python3-pyhunspell on Fedora 36

To uninstall only the python3-pyhunspell package we can use the following command:

sudo dnf remove python3-pyhunspell

python3-pyhunspell Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/12b8b05f6789a025a1d405e0c871c2ddb341df
/usr/lib64/python3.10/site-packages/hunspell-0.5.4-py3.10.egg-info
/usr/lib64/python3.10/site-packages/hunspell-0.5.4-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/hunspell-0.5.4-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/hunspell-0.5.4-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/hunspell-0.5.4-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/hunspell.cpython-310-x86_64-linux-gnu.so
/usr/share/doc/python3-pyhunspell
/usr/share/doc/python3-pyhunspell/AUTHORS.md
/usr/share/doc/python3-pyhunspell/CHANGELOG.md
/usr/share/doc/python3-pyhunspell/COPYING
/usr/share/doc/python3-pyhunspell/COPYING.LESSER
/usr/share/doc/python3-pyhunspell/PKG-INFO
/usr/share/doc/python3-pyhunspell/README.md
/usr/share/doc/python3-pyhunspell/gpl-3.0.txt
/usr/share/doc/python3-pyhunspell/lgpl-3.0.txt

References

Summary

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