How To Install perl-Math-FFT on Fedora 36
Introduction
In this tutorial we learn how to install perl-Math-FFT
on Fedora 36.
What is perl-Math-FFT
This module implements some algorithms for calculating Fast Fourier Transforms for one-dimensional data sets of size 2^n.
We can use yum
or dnf
to install perl-Math-FFT
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Math-FFT.
Install perl-Math-FFT 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-FFT
using dnf
by running the following command:
sudo dnf -y install perl-Math-FFT
Install perl-Math-FFT 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-FFT
using yum
by running the following command:
sudo yum -y install perl-Math-FFT
How To Uninstall perl-Math-FFT on Fedora 36
To uninstall only the perl-Math-FFT
package we can use the following command:
sudo dnf remove perl-Math-FFT
perl-Math-FFT Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/c81e57135ac9e7f34091bcaaa4022f600a81f7
/usr/lib64/perl5/vendor_perl/Math
/usr/lib64/perl5/vendor_perl/Math/FFT.pm
/usr/lib64/perl5/vendor_perl/auto/Math
/usr/lib64/perl5/vendor_perl/auto/Math/FFT
/usr/lib64/perl5/vendor_perl/auto/Math/FFT/FFT.so
/usr/share/doc/perl-Math-FFT
/usr/share/doc/perl-Math-FFT/Changes
/usr/share/doc/perl-Math-FFT/README
/usr/share/licenses/perl-Math-FFT
/usr/share/licenses/perl-Math-FFT/LICENSE
/usr/share/man/man3/Math::FFT.3pm.gz
References
Summary
In this tutorial we learn how to install perl-Math-FFT
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).