How to Install and Uninstall polyclipping.i686 Package on Fedora 34

Last updated: October 06,2024

1. Install "polyclipping.i686" package

Please follow the steps below to install polyclipping.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install polyclipping.i686

2. Uninstall "polyclipping.i686" package

Please follow the guidance below to uninstall polyclipping.i686 on Fedora 34:

$ sudo dnf remove polyclipping.i686 $ sudo dnf autoremove

3. Information about the polyclipping.i686 package on Fedora 34

Last metadata expiration check: 0:11:13 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : polyclipping
Version : 6.4.2
Release : 11.fc34
Architecture : i686
Size : 1.1 M
Source : polyclipping-6.4.2-11.fc34.src.rpm
Repository : fedora
Summary : Polygon clipping library
URL : http://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.