How To Install python3-pyclipper on Fedora 36

In this tutorial we learn how to install python3-pyclipper in Fedora 36. python3-pyclipper is Cython wrapper for the C++ translation of the Angus Johnson’s Clipper library

Introduction

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

What is python3-pyclipper

Pyclipper is a Cython wrapper exposing public functions and classes of the C++ translation of the Angus Johnson’s Clipper library.

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

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

sudo dnf -y install python3-pyclipper

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

sudo yum -y install python3-pyclipper

How To Uninstall python3-pyclipper on Fedora 36

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

sudo dnf remove python3-pyclipper

python3-pyclipper Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/37
/usr/lib/.build-id/37/27771cf93c2ec9e4c55ed12270fd1a606ce124
/usr/lib64/python3.10/site-packages/pyclipper-1.2.0-py3.10.egg-info
/usr/lib64/python3.10/site-packages/pyclipper-1.2.0-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/pyclipper-1.2.0-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/pyclipper-1.2.0-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/pyclipper-1.2.0-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/pyclipper.cpython-310-x86_64-linux-gnu.so
/usr/share/doc/python3-pyclipper
/usr/share/doc/python3-pyclipper/README.rst
/usr/share/licenses/python3-pyclipper
/usr/share/licenses/python3-pyclipper/LICENSE

References

Summary

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