How to Install and Uninstall python312-pyclipper Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python312-pyclipper" package

Please follow the steps below to install python312-pyclipper on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pyclipper

2. Uninstall "python312-pyclipper" package

Here is a brief guide to show you how to uninstall python312-pyclipper on openSuSE Tumbleweed:

$ sudo zypper remove python312-pyclipper

3. Information about the python312-pyclipper package on openSuSE Tumbleweed

Information for package python312-pyclipper:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pyclipper
Version : 1.3.0.post5-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 323.4 KiB
Installed : No
Status : not installed
Source package : python-pyclipper-1.3.0.post5-1.4.src
Upstream URL : https://github.com/fonttools/pyclipper
Summary : Cython wrapper for the Clipper library for clipping lines and polygons
Description :
Pyclipper is a Cython wrapper exposing public functions and classes of
the C++ translation of the `Angus Johnson's Clipper library`, a library
for clipping and offsetting lines and polygons.
The Clipper library performs line & polygon clipping - intersection,
union, difference & exclusive-or, and line & polygon offsetting. The
library is based on Vatti's clipping algorithm.