How To Install python3-pypillowfight on Fedora 36

In this tutorial we learn how to install python3-pypillowfight in Fedora 36. python3-pypillowfight is Various image processing algorithms

Introduction

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

What is python3-pypillowfight

Library containing various image processing algorithms Equalization, Unpaper’s algorithms, Stroke Width Transformation, etc.

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

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

sudo dnf -y install python3-pypillowfight

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

sudo yum -y install python3-pypillowfight

How To Uninstall python3-pypillowfight on Fedora 36

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

sudo dnf remove python3-pypillowfight

python3-pypillowfight Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/832847360943410a1dad749aa94305fd86e4da
/usr/lib64/python3.10/site-packages/pillowfight
/usr/lib64/python3.10/site-packages/pillowfight/__init__.py
/usr/lib64/python3.10/site-packages/pillowfight/__pycache__
/usr/lib64/python3.10/site-packages/pillowfight/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pillowfight/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pillowfight/_clib.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/pypillowfight-0.3.0-py3.10.egg-info
/usr/lib64/python3.10/site-packages/pypillowfight-0.3.0-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/pypillowfight-0.3.0-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/pypillowfight-0.3.0-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/pypillowfight-0.3.0-py3.10.egg-info/requires.txt
/usr/lib64/python3.10/site-packages/pypillowfight-0.3.0-py3.10.egg-info/top_level.txt
/usr/share/doc/python3-pypillowfight
/usr/share/doc/python3-pypillowfight/README.md
/usr/share/licenses/python3-pypillowfight
/usr/share/licenses/python3-pypillowfight/LICENSE

References

Summary

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