How To Install perl-Math-Geometry-Voronoi on Fedora 36

In this tutorial we learn how to install perl-Math-Geometry-Voronoi in Fedora 36. perl-Math-Geometry-Voronoi is Compute Voronoi diagrams from sets of points

Introduction

In this tutorial we learn how to install perl-Math-Geometry-Voronoi on Fedora 36.

What is perl-Math-Geometry-Voronoi

This module computes Voronoi diagrams from a set of input points.

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

Install perl-Math-Geometry-Voronoi 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 perl-Math-Geometry-Voronoi using dnf by running the following command:

sudo dnf -y install perl-Math-Geometry-Voronoi

Install perl-Math-Geometry-Voronoi 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 perl-Math-Geometry-Voronoi using yum by running the following command:

sudo yum -y install perl-Math-Geometry-Voronoi

How To Uninstall perl-Math-Geometry-Voronoi on Fedora 36

To uninstall only the perl-Math-Geometry-Voronoi package we can use the following command:

sudo dnf remove perl-Math-Geometry-Voronoi

perl-Math-Geometry-Voronoi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/44
/usr/lib/.build-id/44/7f2e42d30b0bededb6f679541c456126ca7a7b
/usr/lib64/perl5/vendor_perl/Math
/usr/lib64/perl5/vendor_perl/Math/Geometry
/usr/lib64/perl5/vendor_perl/Math/Geometry/Voronoi.pm
/usr/lib64/perl5/vendor_perl/auto/Math
/usr/lib64/perl5/vendor_perl/auto/Math/Geometry
/usr/lib64/perl5/vendor_perl/auto/Math/Geometry/Voronoi
/usr/lib64/perl5/vendor_perl/auto/Math/Geometry/Voronoi/Voronoi.so
/usr/share/doc/perl-Math-Geometry-Voronoi
/usr/share/doc/perl-Math-Geometry-Voronoi/C-LICENSE
/usr/share/doc/perl-Math-Geometry-Voronoi/Changes
/usr/share/doc/perl-Math-Geometry-Voronoi/README
/usr/share/doc/perl-Math-Geometry-Voronoi/license-mail1.txt
/usr/share/doc/perl-Math-Geometry-Voronoi/license-mail2.txt
/usr/share/man/man3/Math::Geometry::Voronoi.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Math-Geometry-Voronoi on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).