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

Last updated: September 19,2024

1. Install "mingw64-polyclipping.noarch" package

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

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

2. Uninstall "mingw64-polyclipping.noarch" package

Please follow the guidance below to uninstall mingw64-polyclipping.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:20:10 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : mingw64-polyclipping
Version : 6.4.2
Release : 9.fc34
Architecture : noarch
Size : 72 k
Source : mingw-polyclipping-6.4.2-9.fc34.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.