How to Install and Uninstall polyclipping.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "polyclipping.x86_64" package

This is a short guide on how to install polyclipping.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install polyclipping.x86_64

2. Uninstall "polyclipping.x86_64" package

This is a short guide on how to uninstall polyclipping.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove polyclipping.x86_64 $ sudo dnf autoremove

3. Information about the polyclipping.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:11:10 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : polyclipping
Version : 6.4.2
Release : 13.el9
Architecture : x86_64
Size : 67 k
Source : polyclipping-6.4.2-13.el9.src.rpm
Repository : epel
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.