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

Last updated: September 20,2024

1. Install "python3-pyfftw" package

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

$ sudo apt update $ sudo apt install python3-pyfftw

2. Uninstall "python3-pyfftw" package

Here is a brief guide to show you how to uninstall python3-pyfftw on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pyfftw
Priority: optional
Section: universe/python
Installed-Size: 307
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: pyfftw
Version: 0.10.1+dfsg1-1
Replaces: python3-fftw3
Provides: python3-fftw3
Depends: libc6 (>= 2.4), libfftw3-double3, libfftw3-long3, libfftw3-single3, python3-numpy (>= 1:1.10.0~b1), python3-numpy-abi9, python3 (<< 3.6), python3 (>= 3.5~)
Conflicts: python3-fftw3
Filename: pool/universe/p/pyfftw/python3-pyfftw_0.10.1+dfsg1-1_amd64.deb
Size: 76472
MD5sum: b70d4adfccb7eadda5d9e3ab052cc7d6
SHA1: 88a9346c4b1a7428370757581b2202ef63874526
SHA256: c06fa6ae066997ee23d5f0461ad0bf2371e76f2c96860cb84fd12356194400a2
Description-en: Pythonic wrapper around FFTW - Python 3
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 3 binding.
Description-md5: cc7842a29b0cc65be7385675b4b0e5c6
Homepage: http://hgomersall.github.io/pyFFTW/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu