How To Install polyclipping on Fedora 36

In this tutorial we learn how to install polyclipping in Fedora 36. polyclipping is Polygon clipping library

Introduction

In this tutorial we learn how to install polyclipping on Fedora 36.

What is polyclipping

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.

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

Install polyclipping 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 polyclipping using dnf by running the following command:

sudo dnf -y install polyclipping

Install polyclipping 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 polyclipping using yum by running the following command:

sudo yum -y install polyclipping

How To Uninstall polyclipping on Fedora 36

To uninstall only the polyclipping package we can use the following command:

sudo dnf remove polyclipping

polyclipping Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/244e65687871bafc679cf0b1004668fcf68a02
/usr/lib/libpolyclipping.so.22
/usr/lib/libpolyclipping.so.22.0.0
/usr/share/doc/polyclipping
/usr/share/doc/polyclipping/README
/usr/share/licenses/polyclipping
/usr/share/licenses/polyclipping/License.txt

References

Summary

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


title: “How To Install polyclipping on Fedora 36” linkTitle: “polyclipping” type: “docs” description: “In this tutorial we learn how to install polyclipping in Fedora 36. polyclipping is Polygon clipping library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/polyclipping-featured.png

Introduction

In this tutorial we learn how to install polyclipping on Fedora 36.

What is polyclipping

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.

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

Install polyclipping 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 polyclipping using dnf by running the following command:

sudo dnf -y install polyclipping

Install polyclipping 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 polyclipping using yum by running the following command:

sudo yum -y install polyclipping

How To Uninstall polyclipping on Fedora 36

To uninstall only the polyclipping package we can use the following command:

sudo dnf remove polyclipping

polyclipping Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/73
/usr/lib/.build-id/73/08f5a6ded9d60138f7b683f9902ae674db32c7
/usr/lib64/libpolyclipping.so.22
/usr/lib64/libpolyclipping.so.22.0.0
/usr/share/doc/polyclipping
/usr/share/doc/polyclipping/README
/usr/share/licenses/polyclipping
/usr/share/licenses/polyclipping/License.txt

References

Summary

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