How To Install fftw on Fedora 36
Introduction
In this tutorial we learn how to install fftw
on Fedora 36.
What is fftw
FFTW is a C subroutine library for computing the Discrete Fourier Transform (DFT) in one or more dimensions, of both real and complex data, and of arbitrary input size.
We can use yum
or dnf
to install fftw
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fftw.
Install fftw 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 fftw
using dnf
by running the following command:
sudo dnf -y install fftw
Install fftw 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 fftw
using yum
by running the following command:
sudo yum -y install fftw
How To Uninstall fftw on Fedora 36
To uninstall only the fftw
package we can use the following command:
sudo dnf remove fftw
fftw Package Contents on Fedora 36
/usr/bin/fftw-wisdom
/usr/bin/fftw-wisdom-to-conf
/usr/bin/fftwf-wisdom
/usr/bin/fftwl-wisdom
/usr/bin/fftwq-wisdom
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/beee6a223bc2e11cd25a34c7f2bd2cb3529195
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/56e37a4868f97090c633c2f845197b8bbb2cdf
/usr/lib/.build-id/62
/usr/lib/.build-id/62/ca736cbb8cbee3f4dd2b8b4e47d9d9faf0dafe
/usr/lib/.build-id/66
/usr/lib/.build-id/66/1dece81620afb1fc695c54ddff76a67e8359e8
/usr/share/man/man1/fftw-wisdom-to-conf.1.gz
/usr/share/man/man1/fftw-wisdom.1.gz
/usr/share/man/man1/fftwf-wisdom.1.gz
/usr/share/man/man1/fftwl-wisdom.1.gz
/usr/share/man/man1/fftwq-wisdom.1.gz
References
Summary
In this tutorial we learn how to install fftw
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install fftw on Fedora 36” linkTitle: “fftw” type: “docs” description: “In this tutorial we learn how to install fftw in Fedora 36. fftw is A Fast Fourier Transform library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/fftw-featured.png
Introduction
In this tutorial we learn how to install fftw
on Fedora 36.
What is fftw
FFTW is a C subroutine library for computing the Discrete Fourier Transform (DFT) in one or more dimensions, of both real and complex data, and of arbitrary input size.
We can use yum
or dnf
to install fftw
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fftw.
Install fftw 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 fftw
using dnf
by running the following command:
sudo dnf -y install fftw
Install fftw 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 fftw
using yum
by running the following command:
sudo yum -y install fftw
How To Uninstall fftw on Fedora 36
To uninstall only the fftw
package we can use the following command:
sudo dnf remove fftw
fftw Package Contents on Fedora 36
/usr/bin/fftw-wisdom
/usr/bin/fftw-wisdom-to-conf
/usr/bin/fftwf-wisdom
/usr/bin/fftwl-wisdom
/usr/bin/fftwq-wisdom
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/1b302f7cfb680607b9518220dcfada56cdbbd5
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/aeb54ebc128b68544439db6a2ebddc23703025
/usr/lib/.build-id/99
/usr/lib/.build-id/99/f795aad1edf443c80bc4be15a7f2c7eef19594
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/3b32725e0d256011bac4895f1d539f7a65128b
/usr/share/man/man1/fftw-wisdom-to-conf.1.gz
/usr/share/man/man1/fftw-wisdom.1.gz
/usr/share/man/man1/fftwf-wisdom.1.gz
/usr/share/man/man1/fftwl-wisdom.1.gz
/usr/share/man/man1/fftwq-wisdom.1.gz
References
Summary
In this tutorial we learn how to install fftw
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).