How To Install R-polyclip on Fedora 36

In this tutorial we learn how to install R-polyclip in Fedora 36. R-polyclip is Polygon Clipping

Introduction

In this tutorial we learn how to install R-polyclip on Fedora 36.

What is R-polyclip

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.

We can use yum or dnf to install R-polyclip on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-polyclip.

Install R-polyclip on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install R-polyclip using dnf by running the following command:

sudo dnf -y install R-polyclip

Install R-polyclip on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install R-polyclip using yum by running the following command:

sudo yum -y install R-polyclip

How To Uninstall R-polyclip on Fedora 36

To uninstall only the R-polyclip package we can use the following command:

sudo dnf remove R-polyclip

R-polyclip Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/62b731870dd8cd3eb0190280a099a2b44d5498
/usr/lib64/R/library/polyclip
/usr/lib64/R/library/polyclip/DESCRIPTION
/usr/lib64/R/library/polyclip/INDEX
/usr/lib64/R/library/polyclip/Meta
/usr/lib64/R/library/polyclip/Meta/Rd.rds
/usr/lib64/R/library/polyclip/Meta/features.rds
/usr/lib64/R/library/polyclip/Meta/hsearch.rds
/usr/lib64/R/library/polyclip/Meta/links.rds
/usr/lib64/R/library/polyclip/Meta/nsInfo.rds
/usr/lib64/R/library/polyclip/Meta/package.rds
/usr/lib64/R/library/polyclip/NAMESPACE
/usr/lib64/R/library/polyclip/NEWS
/usr/lib64/R/library/polyclip/R
/usr/lib64/R/library/polyclip/R/polyclip
/usr/lib64/R/library/polyclip/R/polyclip.rdb
/usr/lib64/R/library/polyclip/R/polyclip.rdx
/usr/lib64/R/library/polyclip/help
/usr/lib64/R/library/polyclip/help/AnIndex
/usr/lib64/R/library/polyclip/help/aliases.rds
/usr/lib64/R/library/polyclip/help/paths.rds
/usr/lib64/R/library/polyclip/help/pointinpolygon.html
/usr/lib64/R/library/polyclip/help/polyclip.html
/usr/lib64/R/library/polyclip/help/polyclip.rdb
/usr/lib64/R/library/polyclip/help/polyclip.rdx
/usr/lib64/R/library/polyclip/help/polylineoffset.html
/usr/lib64/R/library/polyclip/help/polyminkowski.html
/usr/lib64/R/library/polyclip/help/polyoffset.html
/usr/lib64/R/library/polyclip/help/polysimplify.html
/usr/lib64/R/library/polyclip/html
/usr/lib64/R/library/polyclip/html/00Index.html
/usr/lib64/R/library/polyclip/html/R.css
/usr/lib64/R/library/polyclip/html/pointinpolygon.html
/usr/lib64/R/library/polyclip/html/polyclip.html
/usr/lib64/R/library/polyclip/html/polylineoffset.html
/usr/lib64/R/library/polyclip/html/polyminkowski.html
/usr/lib64/R/library/polyclip/html/polyoffset.html
/usr/lib64/R/library/polyclip/html/polysimplify.html
/usr/lib64/R/library/polyclip/libs
/usr/lib64/R/library/polyclip/libs/polyclip.so

References

Summary

In this tutorial we learn how to install R-polyclip on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).