How To Install perl-Math-Curve-Hilbert on Fedora 36

In this tutorial we learn how to install perl-Math-Curve-Hilbert in Fedora 36. perl-Math-Curve-Hilbert is Perl Implementation of Hilberts space-filling Curve

Introduction

In this tutorial we learn how to install perl-Math-Curve-Hilbert on Fedora 36.

What is perl-Math-Curve-Hilbert

The Hilbert curve module provides some useful functions using Hilberts space- filling Curve. This is handy for things like dithering, flattening n-dimensional data, fractals - all kinds of things really.

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

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

sudo dnf -y install perl-Math-Curve-Hilbert

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

sudo yum -y install perl-Math-Curve-Hilbert

How To Uninstall perl-Math-Curve-Hilbert on Fedora 36

To uninstall only the perl-Math-Curve-Hilbert package we can use the following command:

sudo dnf remove perl-Math-Curve-Hilbert

perl-Math-Curve-Hilbert Package Contents on Fedora 36

/usr/share/doc/perl-Math-Curve-Hilbert
/usr/share/doc/perl-Math-Curve-Hilbert/Changes
/usr/share/doc/perl-Math-Curve-Hilbert/README
/usr/share/doc/perl-Math-Curve-Hilbert/TODO
/usr/share/man/man3/Math::Curve::Hilbert.3pm.gz
/usr/share/perl5/vendor_perl/Math
/usr/share/perl5/vendor_perl/Math/Curve
/usr/share/perl5/vendor_perl/Math/Curve/Hilbert.pm

References

Summary

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