How To Install perl-Math-MatrixReal on Fedora 36

In this tutorial we learn how to install perl-Math-MatrixReal in Fedora 36. perl-Math-MatrixReal is Manipulate matrix of reals

Introduction

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

What is perl-Math-MatrixReal

Implements the data type “matrix of reals” (and consequently also “vector of reals”) which can be used almost like any other basic Perl type thanks to OPERATOR OVERLOADING, i.e., $A = $matrix1 * $matrix2; $B = $A ** 2; $C = $A + 2*B; $D = $C - $B/2; $inverse = $C ** -1; $inverse = 1/$C; does what you would like it to do.

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

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

sudo dnf -y install perl-Math-MatrixReal

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

sudo yum -y install perl-Math-MatrixReal

How To Uninstall perl-Math-MatrixReal on Fedora 36

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

sudo dnf remove perl-Math-MatrixReal

perl-Math-MatrixReal Package Contents on Fedora 36

/usr/share/doc/perl-Math-MatrixReal
/usr/share/doc/perl-Math-MatrixReal/CHANGES
/usr/share/doc/perl-Math-MatrixReal/CONTRIBUTING.md
/usr/share/doc/perl-Math-MatrixReal/CREDITS
/usr/share/doc/perl-Math-MatrixReal/GOALS
/usr/share/doc/perl-Math-MatrixReal/OLD_README
/usr/share/doc/perl-Math-MatrixReal/README.mkd
/usr/share/doc/perl-Math-MatrixReal/TODO
/usr/share/doc/perl-Math-MatrixReal/example
/usr/share/doc/perl-Math-MatrixReal/example/bench.pl
/usr/share/doc/perl-Math-MatrixReal/example/bench_mult.pl
/usr/share/doc/perl-Math-MatrixReal/example/bench_new_diag.pl
/usr/share/doc/perl-Math-MatrixReal/example/openg-and-matrix.pl
/usr/share/man/man3/Math::MatrixReal.3pm.gz
/usr/share/perl5/vendor_perl/Math
/usr/share/perl5/vendor_perl/Math/MatrixReal.pm

References

Summary

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