How to Install and Uninstall mingw64-polyclipping.noarch Package on Fedora 35

Last updated: February 11,2025

1. Install "mingw64-polyclipping.noarch" package

Learn how to install mingw64-polyclipping.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install mingw64-polyclipping.noarch

2. Uninstall "mingw64-polyclipping.noarch" package

Here is a brief guide to show you how to uninstall mingw64-polyclipping.noarch on Fedora 35:

$ sudo dnf remove mingw64-polyclipping.noarch $ sudo dnf autoremove

3. Information about the mingw64-polyclipping.noarch package on Fedora 35

Last metadata expiration check: 0:25:44 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : mingw64-polyclipping
Version : 6.4.2
Release : 10.fc35
Architecture : noarch
Size : 72 k
Source : mingw-polyclipping-6.4.2-10.fc35.src.rpm
Repository : fedora
Summary : MinGW Windows Polygon clipping library for the win64 target
URL : http://sourceforge.net/projects/polyclipping
License : Boost
Description : This package contains the MinGW win64 port of the clipper polygon
: clipping library.
:
: 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.