< Home - < Back

fftw


Information about the package, fftw, which is shipped with common Linux distributions. The fftw package is designed for, Fast Fourier Transform library.


Package Name:

fftw

Summary:

Fast Fourier Transform library

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.

Architecture:

x86_64

Version:

3.2.1

Release:

3.1.el6

Size:

1.2 M

Repository:

base

From Repository:

Licence:

GPLv2+



Handy Yum Commands for fftw


Control the fftw package with the following handy commands outlined below.


Command

Description of Command

yum install fftw

This command will install fftw on the server.

yum remove fftw

This command will un-install fftw on the server. When you run this command, you will be asked if you are sure that you want to remove fftw, so you have to manually confirm that you want to do this.

yum -y remove fftw

This command will un-install fftw on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove fftw when using the -y flag.

yum update fftw

This command will update fftw to the latest version. When you run this command, you will be asked if you are sure that you want to remove fftw, so you have to manually confirm that you want to do this.

yum -y update fftw

This command will update fftw to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove fftw when using the -y flag.

yum info fftw

This command will show you core information about the fftw package.

yum deplist fftw

This command will show you the dependencies for fftw. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update fftw

This command will check if there is an update waiting on fftw. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.