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

Last updated: May 18,2024

1. Install "python-pyfftw" package

Please follow the steps below to install python-pyfftw on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyfftw

2. Uninstall "python-pyfftw" package

Please follow the guidance below to uninstall python-pyfftw on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pyfftw
Priority: optional
Section: universe/python
Installed-Size: 311
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: pyfftw
Version: 0.10.1+dfsg1-1
Replaces: python-fftw3
Provides: python-fftw3
Depends: libc6 (>= 2.4), libfftw3-double3, libfftw3-long3, libfftw3-single3, python-numpy (>= 1:1.10.0~b1), python-numpy-abi9, python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~)
Conflicts: python-fftw3
Filename: pool/universe/p/pyfftw/python-pyfftw_0.10.1+dfsg1-1_amd64.deb
Size: 77048
MD5sum: 71f139cbd90eaaad2e99a9c3963f942d
SHA1: cbe7f50e9df0b1004fc5436a77b3a68741e8576f
SHA256: fb863e8861e908b1424efec156e9241212ccf1b8a2facdcedc9feaf71ea55377
Description-en: Pythonic wrapper around FFTW - Python 2
Pythonic wrapper around FFTW, the speedy FFT library. The ultimate
aim is to present a unified interface for all the possible transforms
that FFTW can perform.
.
Both the complex DFT and the real DFT are supported, as well as
arbitrary axes of abitrary shaped and strided arrays, which makes it
almost feature equivalent to standard and real FFT functions of
numpy.fft (indeed, it supports the clongdouble dtype which numpy.fft
does not).
.
This package provides the Python 2 bindings.
Description-md5: 9aa06ee1aca9b538d70df0030a51ee47
Homepage: http://hgomersall.github.io/pyFFTW/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu