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

Last updated: October 06,2024

1. Install "R-polyclip.x86_64" package

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

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

2. Uninstall "R-polyclip.x86_64" package

This tutorial shows how to uninstall R-polyclip.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:36:59 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-polyclip
Version : 1.10.0
Release : 7.fc34
Architecture : x86_64
Size : 86 k
Source : R-polyclip-1.10.0-7.fc34.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.