How to Install and Uninstall fftw.src Package on Oracle Linux 9

Last updated: May 09,2024

1. Install "fftw.src" package

Please follow the steps below to install fftw.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install fftw.src

2. Uninstall "fftw.src" package

In this section, we are going to explain the necessary steps to uninstall fftw.src on Oracle Linux 9:

$ sudo dnf remove fftw.src $ sudo dnf autoremove

3. Information about the fftw.src package on Oracle Linux 9

Last metadata expiration check: 0:05:34 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : fftw
Version : 3.3.8
Release : 12.el9
Architecture : src
Size : 3.9 M
Source : None
Repository : ol9_appstream
Summary : A Fast Fourier Transform library
URL : http://www.fftw.org
License : GPLv2+
Description : 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.