How to Install and Uninstall mingw32-polyclipping.noarch Package on Fedora 38

Last updated: October 04,2024

1. Install "mingw32-polyclipping.noarch" package

Please follow the instructions below to install mingw32-polyclipping.noarch on Fedora 38

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

2. Uninstall "mingw32-polyclipping.noarch" package

This guide let you learn how to uninstall mingw32-polyclipping.noarch on Fedora 38:

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

3. Information about the mingw32-polyclipping.noarch package on Fedora 38

Last metadata expiration check: 1:22:31 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : mingw32-polyclipping
Version : 6.4.2
Release : 14.fc38
Architecture : noarch
Size : 82 k
Source : mingw-polyclipping-6.4.2-14.fc38.src.rpm
Repository : fedora
Summary : MinGW Windows Polygon clipping library for the win32 target
URL : http://sourceforge.net/projects/polyclipping
License : Boost
Description : This package contains the MinGW win32 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.