How To Install perl-Math-Vec on Fedora 36

In this tutorial we learn how to install perl-Math-Vec in Fedora 36. perl-Math-Vec is Object-Oriented Vector Math Methods in Perl

Introduction

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

What is perl-Math-Vec

Object-Oriented Vector Math Methods in Perl

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

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

sudo dnf -y install perl-Math-Vec

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

sudo yum -y install perl-Math-Vec

How To Uninstall perl-Math-Vec on Fedora 36

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

sudo dnf remove perl-Math-Vec

perl-Math-Vec Package Contents on Fedora 36

/usr/share/doc/perl-Math-Vec
/usr/share/doc/perl-Math-Vec/Changes
/usr/share/man/man3/Math::Vec.3pm.gz
/usr/share/perl5/vendor_perl/Math
/usr/share/perl5/vendor_perl/Math/Vec.pm

References

Summary

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