How To Install poly2tri-devel on CentOS 8
Introduction
In this tutorial we learn how to install poly2tri-devel on CentOS 8.
What is poly2tri-devel
Development files for poly2tri.
We can use yum or dnf to install poly2tri-devel on CentOS 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 CentOS 8 Using yum
Update yum database with yum using the following command.
sudo yum makecache
After updating yum database, We can install poly2tri-devel using yum by running the following command:
sudo yum -y install poly2tri-devel
Install poly2tri-devel on CentOS 8 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf using the following command.
sudo dnf makecache
After updating yum database, We can install poly2tri-devel using dnf by running the following command:
sudo dnf -y install poly2tri-devel
How To Uninstall poly2tri-devel on CentOS 8
To uninstall only the poly2tri-devel package we can use the following command:
sudo dnf remove poly2tri-devel
References
Summary
In this tutorial we learn how to install poly2tri-devel on CentOS 8 using yum and dnf.