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

Last updated: May 18,2024

1. Install "python-pyfftw-dbg" package

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

$ sudo apt update $ sudo apt install python-pyfftw-dbg

2. Uninstall "python-pyfftw-dbg" package

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

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

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

Package: python-pyfftw-dbg
Priority: extra
Section: universe/debug
Installed-Size: 244
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: pyfftw
Version: 0.10.1+dfsg1-1
Replaces: python-fftw3-dbg
Provides: python-fftw3-dbg
Depends: python-dbg (<< 2.8), python-numpy-dbg, python-pyfftw (= 0.10.1+dfsg1-1), libc6 (>= 2.4), libfftw3-double3, libfftw3-long3, libfftw3-single3, python-numpy (>= 1:1.10.0~b1), python-numpy-abi9, python-dbg (>= 2.7~)
Conflicts: python-fftw3-dbg
Filename: pool/universe/p/pyfftw/python-pyfftw-dbg_0.10.1+dfsg1-1_amd64.deb
Size: 73940
MD5sum: 8957df248280083be86daf0d01bc48b8
SHA1: 3ff1d89c5721aa25e3ea3af890702fef6ff0242d
SHA256: 48fa78ac35272a8a4a919407ecb4cb8dc3cf872888a5bdfdb6f75a365cca4249
Description-en: Pythonic wrapper around FFTW - Python 2 (debug)
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 debugging information of the Python 2 bindings.
Description-md5: 9e51c2035f003ab7980edc18f9ea45a1
Homepage: http://hgomersall.github.io/pyFFTW/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu