How to Install and Uninstall python3-pyfftw Package on Kali Linux

Last updated: May 21,2024

1. Install "python3-pyfftw" package

Please follow the guidelines below to install python3-pyfftw on Kali Linux

$ sudo apt update $ sudo apt install python3-pyfftw

2. Uninstall "python3-pyfftw" package

This guide covers the steps necessary to uninstall python3-pyfftw on Kali Linux:

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

3. Information about the python3-pyfftw package on Kali Linux

Package: python3-pyfftw
Source: pyfftw (0.13.0-1)
Version: 0.13.0-1+b1
Installed-Size: 451
Maintainer: Debian Science Maintainers
Architecture: amd64
Replaces: python3-fftw3
Provides: python3-fftw3
Depends: python3-numpy (>= 1:1.20.0), python3-numpy-abi9, python3 (<< 3.11), python3 (>= 3.10~), python3:any, libc6 (>= 2.4), libfftw3-double3 (>= 3.3.5), libfftw3-long3 (>= 3.3.5), libfftw3-single3 (>= 3.3.5)
Recommends: python3-scipy (>= 0.16.0), python3-dask (>= 0.15.0)
Conflicts: python3-fftw3
Size: 108740
SHA256: a411456b57bb3852c458ec12996eb36567fe676db6a142cb8375a9f4efe69c87
SHA1: 79d217027a4ecbfdf904c2c2c26e13480c21a510
MD5sum: b3cc07a854ace09049ba47bda4ea8379
Description: 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).
.
pyFFTW is BSD-licensed and should not be confused with python-fftw, a
GPL-licensed python module with the same aim of providing python
bindings to FFTW3. Or python3-gpyfft, which provides bindings to the
OpenCL FFT library clFFT.
.
This package provides the Python 3 bindings.
Description-md5: 6acad1c7acdcf84aa4c097fe5a448320
Homepage: https://github.com/pyFFTW/pyFFTW
Section: python
Priority: optional
Filename: pool/main/p/pyfftw/python3-pyfftw_0.13.0-1+b1_amd64.deb