How To Install poly2tri-devel on Rocky Linux 8

In this tutorial we learn how to install poly2tri-devel on Rocky Linux 8. poly2tri-devel is Development files for poly2tri

Introduction

In this tutorial we learn how to install poly2tri-devel on Rocky Linux 8.

What is poly2tri-devel

Development files for poly2tri.

We can use yum or dnf to install poly2tri-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install poly2tri-devel.

Install poly2tri-devel on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install poly2tri-devel

Install poly2tri-devel on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install poly2tri-devel

How To Uninstall poly2tri-devel on Rocky Linux 8

To uninstall only the poly2tri-devel package we can use the following command:

sudo dnf remove poly2tri-devel

poly2tri-devel Package Contents on Rocky Linux 8

/usr/include/poly2tri
/usr/include/poly2tri/common
/usr/include/poly2tri/common/shapes.h
/usr/include/poly2tri/common/utils.h
/usr/include/poly2tri/poly2tri.h
/usr/include/poly2tri/sweep
/usr/include/poly2tri/sweep/advancing_front.h
/usr/include/poly2tri/sweep/cdt.h
/usr/include/poly2tri/sweep/sweep.h
/usr/include/poly2tri/sweep/sweep_context.h
/usr/lib64/libpoly2tri.so
/usr/share/doc/poly2tri-devel
/usr/share/doc/poly2tri-devel/AUTHORS
/usr/share/doc/poly2tri-devel/LICENSE
/usr/share/doc/poly2tri-devel/README

References

Summary

In this tutorial we learn how to install poly2tri-devel on Rocky Linux 8 using yum and dnf.