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

Last updated: June 26,2024

1. Install "R-polyclip.x86_64" package

This guide covers the steps necessary to install R-polyclip.x86_64 on Fedora 36

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

2. Uninstall "R-polyclip.x86_64" package

Please follow the instructions below to uninstall R-polyclip.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 5:02:44 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-polyclip
Version : 1.10.0
Release : 10.fc36
Architecture : x86_64
Size : 87 k
Source : R-polyclip-1.10.0-10.fc36.src.rpm
Repository : fedora
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.