How to Install and Uninstall libcufft11 Package on Kali Linux

Last updated: June 26,2024

1. Install "libcufft11" package

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

$ sudo apt update $ sudo apt install libcufft11

2. Uninstall "libcufft11" package

This tutorial shows how to uninstall libcufft11 on Kali Linux:

$ sudo apt remove libcufft11 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcufft11 package on Kali Linux

Package: libcufft11
Source: nvidia-cuda-toolkit (12.0.1-4)
Version: 11.0.1.95~12.0.1-4
Installed-Size: 150613
Maintainer: Debian NVIDIA Maintainers
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Size: 42362024
SHA256: 600baa88ff056e712e1df3b5aebdcaf68a17bf5dff65fefb95d4cd92c5d39413
SHA1: 187cceada8f4a8ca1ed010531e652e4cb7244655
MD5sum: ab6348a80f2eaabd149bdabc804e78e2
Description: NVIDIA cuFFT 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 cuFFT 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/libcufft11_11.0.1.95~12.0.1-4_amd64.deb