How to Install and Uninstall libpolyclipping22 Package on openSUSE Leap

Last updated: May 21,2024

1. Install "libpolyclipping22" package

This tutorial shows how to install libpolyclipping22 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libpolyclipping22

2. Uninstall "libpolyclipping22" package

Please follow the instructions below to uninstall libpolyclipping22 on openSUSE Leap:

$ sudo zypper remove libpolyclipping22

3. Information about the libpolyclipping22 package on openSUSE Leap

Information for package libpolyclipping22:
------------------------------------------
Repository : Main Repository
Name : libpolyclipping22
Version : 6.4.2-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 115.4 KiB
Installed : No
Status : not installed
Source package : libpolyclipping-6.4.2-bp155.2.14.src
Upstream URL : https://sourceforge.net/projects/polyclipping
Summary : Polygon clipping library
Description :
This library primarily performs the boolean clipping operations -
intersection, union, difference & xor - on 2D polygons. It also performs
polygon offsetting. The library handles complex (self-intersecting) polygons,
polygons with holes and polygons with overlapping co-linear edges.
Input polygons for clipping can use EvenOdd, NonZero, Positive and Negative
filling modes. The clipping code is based on the Vatti clipping algorithm,
and outperforms other clipping libraries.