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

Last updated: September 20,2024

1. Install "python3-pyfftw-dbg" package

This is a short guide on how to install python3-pyfftw-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-pyfftw-dbg" package

This guide covers the steps necessary to uninstall python3-pyfftw-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3-fftw3-dbg
Provides: python3-fftw3-dbg
Depends: python3-dbg (<< 3.6), python3-numpy-dbg, python3-pyfftw (= 0.10.1+dfsg1-1), libc6 (>= 2.4), libfftw3-double3, libfftw3-long3, libfftw3-single3, python3-numpy (>= 1:1.10.0~b1), python3-numpy-abi9, python3-dbg (>= 3.5~)
Conflicts: python3-fftw3-dbg
Filename: pool/universe/p/pyfftw/python3-pyfftw-dbg_0.10.1+dfsg1-1_amd64.deb
Size: 73124
MD5sum: 91cb10df947332488abdc7847a6f9a61
SHA1: a05f61864a332cf20d297bf79be2fd3984112324
SHA256: 514d2b38992df4a441145a96f0ad7abb60514226abf83ddf35e2eeb2d4bab22e
Description-en: Pythonic wrapper around FFTW - Python 3 (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 3 bindings.
Description-md5: 056db882b6645008f5934bf446a55314
Homepage: http://hgomersall.github.io/pyFFTW/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu