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

Last updated: July 07,2024

1. Install "fftw.src" package

This guide let you learn how to install fftw.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install fftw.src

2. Uninstall "fftw.src" package

Please follow the step by step instructions below to uninstall fftw.src on Oracle Linux 8:

$ sudo dnf remove fftw.src $ sudo dnf autoremove

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

Last metadata expiration check: 3:06:13 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : fftw
Version : 3.3.5
Release : 11.el8
Architecture : src
Size : 3.9 M
Source : None
Repository : ol8_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.