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

Last updated: November 08,2024

1. Install "python39-pyclipper" package

Please follow the guidelines below to install python39-pyclipper on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pyclipper

2. Uninstall "python39-pyclipper" package

Please follow the step by step instructions below to uninstall python39-pyclipper on openSuSE Tumbleweed:

$ sudo zypper remove python39-pyclipper

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

Information for package python39-pyclipper:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pyclipper
Version : 1.3.0.post5-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 319.2 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.