How to Install and Uninstall R-polyclip.x86_64 Package on Fedora 38

Last updated: October 03,2024

1. Install "R-polyclip.x86_64" package

Please follow the steps below to install R-polyclip.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install R-polyclip.x86_64

2. Uninstall "R-polyclip.x86_64" package

Please follow the steps below to uninstall R-polyclip.x86_64 on Fedora 38:

$ sudo dnf remove R-polyclip.x86_64 $ sudo dnf autoremove

3. Information about the R-polyclip.x86_64 package on Fedora 38

Last metadata expiration check: 4:43:24 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : R-polyclip
Version : 1.10.0
Release : 14.fc38
Architecture : x86_64
Size : 93 k
Source : R-polyclip-1.10.0-14.fc38.src.rpm
Repository : updates
Summary : Polygon Clipping
URL : https://CRAN.R-project.org/package=polyclip
License : Boost
Description : R port of Angus Johnson's open source library Clipper. Performs polygon
: clipping operations (intersection, union, set minus, set difference) for
: polygonal regions of arbitrary complexity, including holes. Computes
: offset polygons (spatial buffer zones, morphological dilations, Minkowski
: dilations) for polygonal regions and polygonal lines. Computes Minkowski
: Sum of general polygons. There is a function for removing
: self-intersections from polygon data.