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

Last updated: October 05,2024

1. Install "python310-pyclipper" package

This is a short guide on how to install python310-pyclipper on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pyclipper

2. Uninstall "python310-pyclipper" package

This tutorial shows how to uninstall python310-pyclipper on openSuSE Tumbleweed:

$ sudo zypper remove python310-pyclipper

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

Information for package python310-pyclipper:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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.