How to Install and Uninstall polyclipping.x86_64 Package on Fedora 36

Last updated: October 07,2024

1. Install "polyclipping.x86_64" package

Please follow the guidelines below to install polyclipping.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install polyclipping.x86_64

2. Uninstall "polyclipping.x86_64" package

Please follow the guidance below to uninstall polyclipping.x86_64 on Fedora 36:

$ sudo dnf remove polyclipping.x86_64 $ sudo dnf autoremove

3. Information about the polyclipping.x86_64 package on Fedora 36

Last metadata expiration check: 0:40:55 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : polyclipping
Version : 6.4.2
Release : 14.fc36
Architecture : x86_64
Size : 66 k
Source : polyclipping-6.4.2-14.fc36.src.rpm
Repository : fedora
Summary : Polygon clipping library
URL : https://sourceforge.net/projects/polyclipping
License : Boost
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.