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

Last updated: July 03,2024

1. Install "python311-pyclipper" package

In this section, we are going to explain the necessary steps to install python311-pyclipper on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pyclipper

2. Uninstall "python311-pyclipper" package

Learn how to uninstall python311-pyclipper on openSuSE Tumbleweed:

$ sudo zypper remove python311-pyclipper

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

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