How to Install and Uninstall libcufftw11 Package on Kali Linux

Last updated: June 27,2024

1. Install "libcufftw11" package

This is a short guide on how to install libcufftw11 on Kali Linux

$ sudo apt update $ sudo apt install libcufftw11

2. Uninstall "libcufftw11" package

This tutorial shows how to uninstall libcufftw11 on Kali Linux:

$ sudo apt remove libcufftw11 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcufftw11 package on Kali Linux

Package: libcufftw11
Source: nvidia-cuda-toolkit (12.0.1-4)
Version: 11.0.1.95~12.0.1-4
Installed-Size: 1669
Maintainer: Debian NVIDIA Maintainers
Architecture: amd64
Depends: libc6 (>= 2.34), libcufft11 (= 11.0.1.95~12.0.1-4), libgcc-s1 (>= 4.2)
Size: 391748
SHA256: cdb2b8dcc67c9f6261299d7199d11ff1119516ad4f7e37e446dbe6b5fe34fae7
SHA1: c6f43fda11b1f916f928388eebb7bad038e7884b
MD5sum: af1c2956637b1e7149c9231d354637f8
Description: NVIDIA cuFFTW Library
The Compute Unified Device Architecture (CUDA) enables NVIDIA
graphics processing units (GPUs) to be used for massively parallel
general purpose computation.
.
The FFT is a divide-and-conquer algorithm for efficiently computing discrete
Fourier transforms of complex or real-valued data sets. It is one of the most
important and widely used numerical algorithms in computational physics and
general signal processing. The cuFFT library provides a simple interface for
computing FFTs on an NVIDIA GPU, which allows users to quickly leverage the
floating-point power and parallelism of the GPU in a highly optimized and
tested FFT library.
.
This package contains the cuFFTW runtime library.
Description-md5:
Multi-Arch: same
Homepage: https://developer.nvidia.com/cuda-zone
Section: non-free/libs
Priority: optional
Filename: pool/non-free/n/nvidia-cuda-toolkit/libcufftw11_11.0.1.95~12.0.1-4_amd64.deb