How To Install fftw-libs-single on Fedora 36

In this tutorial we learn how to install fftw-libs-single in Fedora 36. fftw-libs-single is FFTW library, single precision

Introduction

In this tutorial we learn how to install fftw-libs-single on Fedora 36.

What is fftw-libs-single

This package contains the FFTW library compiled in single precision.

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

Install fftw-libs-single 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-libs-single using dnf by running the following command:

sudo dnf -y install fftw-libs-single

Install fftw-libs-single 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-libs-single using yum by running the following command:

sudo yum -y install fftw-libs-single

How To Uninstall fftw-libs-single on Fedora 36

To uninstall only the fftw-libs-single package we can use the following command:

sudo dnf remove fftw-libs-single

fftw-libs-single Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/4469783a50121a4125863bfddd4b6b87945d0e
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/f0556a91598be2bfd28aa1b0e06e48afafba6f
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/fd785556b84830e317c073d601bfa9b772ad3e
/usr/lib/libfftw3f.so.3
/usr/lib/libfftw3f.so.3.6.10
/usr/lib/libfftw3f_omp.so.3
/usr/lib/libfftw3f_omp.so.3.6.10
/usr/lib/libfftw3f_threads.so.3
/usr/lib/libfftw3f_threads.so.3.6.10
/usr/share/doc/fftw-libs-single
/usr/share/doc/fftw-libs-single/AUTHORS
/usr/share/doc/fftw-libs-single/ChangeLog
/usr/share/doc/fftw-libs-single/NEWS
/usr/share/doc/fftw-libs-single/README
/usr/share/doc/fftw-libs-single/README-perfcnt.md
/usr/share/doc/fftw-libs-single/TODO
/usr/share/licenses/fftw-libs-single
/usr/share/licenses/fftw-libs-single/COPYING
/usr/share/licenses/fftw-libs-single/COPYRIGHT

References

Summary

In this tutorial we learn how to install fftw-libs-single on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).