How to Install and Uninstall python3-mapbox-earcut.x86_64 Package on Rocky Linux 9

Last updated: June 26,2024

1. Install "python3-mapbox-earcut.x86_64" package

This guide covers the steps necessary to install python3-mapbox-earcut.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install python3-mapbox-earcut.x86_64

2. Uninstall "python3-mapbox-earcut.x86_64" package

Please follow the instructions below to uninstall python3-mapbox-earcut.x86_64 on Rocky Linux 9:

$ sudo dnf remove python3-mapbox-earcut.x86_64 $ sudo dnf autoremove

3. Information about the python3-mapbox-earcut.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:44:46 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-mapbox-earcut
Version : 1.0.1
Release : 4.el9
Architecture : x86_64
Size : 74 k
Source : python-mapbox-earcut-1.0.1-4.el9.src.rpm
Repository : epel
Summary : Python bindings to the mapbox earcut C++ library
URL : https://github.com/skogler/mapbox_earcut_python
License : ISC AND BSD-3-Clause
Description : Python bindings for the C++ implementation of the Mapbox Earcut library, which
: provides very fast and quite robust triangulation of 2D polygons.
:
: Original code: earcut.hpp
:
: Original description:
:
: The library implements a modified ear slicing algorithm, optimized by
: z-order curve hashing and extended to handle holes, twisted polygons,
: degeneracies and self-intersections in a way that doesn’t guarantee
: correctness of triangulation, but attempts to always produce acceptable
: results for practical data like geographical shapes.