How To Install python3-readability on Fedora 36

In this tutorial we learn how to install python3-readability in Fedora 36. python3-readability is Measure the readability of a given text using surface characteristics

Introduction

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

What is python3-readability

An implementation of traditional readability measures based on simple surface characteristics. These measures are basically linear regressions based on the number of words, syllables, and sentences.

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

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

sudo dnf -y install python3-readability

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

sudo yum -y install python3-readability

How To Uninstall python3-readability on Fedora 36

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

sudo dnf remove python3-readability

python3-readability Package Contents on Fedora 36

/usr/bin/readability
/usr/lib/python3.10/site-packages/readability
/usr/lib/python3.10/site-packages/readability-0.3.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/readability/__init__.py
/usr/lib/python3.10/site-packages/readability/__pycache__
/usr/lib/python3.10/site-packages/readability/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/readability/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/readability/__pycache__/langdata.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/readability/__pycache__/langdata.cpython-310.pyc
/usr/lib/python3.10/site-packages/readability/langdata.py
/usr/share/doc/python3-readability
/usr/share/doc/python3-readability/README.rst
/usr/share/licenses/python3-readability
/usr/share/licenses/python3-readability/LICENSE.txt

References

Summary

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