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

Last updated: May 18,2024

1. Install "python3-gpyfft" package

Here is a brief guide to show you how to install python3-gpyfft on Kali Linux

$ sudo apt update $ sudo apt install python3-gpyfft

2. Uninstall "python3-gpyfft" package

Learn how to uninstall python3-gpyfft on Kali Linux:

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

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

Package: python3-gpyfft
Source: gpyfft (0.7.1-2)
Version: 0.7.1-2+b5
Installed-Size: 865
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3-parameterized, python3-pyopencl, python3:any, libc6 (>= 2.4), libclfft2 (>= 2.12.2)
Suggests: python-gpyfft-doc
Size: 140076
SHA256: 4922d891671867962e7a55afe8da4ea4eca691c6a2bd2b996d3f6ae3ef23f38e
SHA1: 5d53c5d0ee79043f7c4639ab629908b02844189a
MD5sum: 258c9007c9ed220d39e667c3951966a0
Description: Wrapper for the OpenCL FFT library clFFT (Python 3)
This python wrapper is designed to tightly integrate with
PyOpenCL. It consists of a low-level Cython based wrapper with an
interface similar to the underlying C library. On top of that it
offers a high-level interface designed to work on data contained in
instances of pyopencl.array.Array, a numpy work-alike array class for
GPU computations. The high-level interface takes some inspiration
from pyFFTW. For details of the high-level interface see fft.py.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/geggo/gpyfft
Section: python
Priority: optional
Filename: pool/main/g/gpyfft/python3-gpyfft_0.7.1-2+b5_amd64.deb