How to Install and Uninstall python-fftw Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "python-fftw" package

Learn how to install python-fftw on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-fftw

2. Uninstall "python-fftw" package

This is a short guide on how to uninstall python-fftw on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-fftw $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-fftw package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-fftw
Priority: optional
Section: universe/python
Installed-Size: 174
Maintainer: Ubuntu Developers
Original-Maintainer: Jerome Kieffer
Architecture: amd64
Version: 0.2.2-1
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-numpy, libfftw3-3
Filename: pool/universe/p/python-fftw/python-fftw_0.2.2-1_amd64.deb
Size: 24930
MD5sum: db2fceab164b75aa4890dff105110e0e
SHA1: d54d136ca2fce3c0f22d5a5fe28fc36a42816c25
SHA256: 7985d9c45382c754a51be7dd37af28797d8628b3ad70bddb46bbeaddde2557e0
Description-en: Python bindings to the FFTW3 C-library for Fourier transforms
Python bindings to the FFTW3 "Fastest Fourier Transform in the West." C-library
(http://www.fftw.org/) for computing discrete Fourier transforms.
PyFFTW are Python bindings for the FFTW3 C-routines, using numpy and ctypes. It
includes a somewhat pythonic interface to the FFTW routines,
but leaves the concept of creating plans and executing these plans intact.
Description-md5: 6f3040094ebe33090460cae804328b3a
Homepage: https://launchpad.net/pyfftw/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu