How to Install and Uninstall libcufft7.5 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libcufft7.5" package

This is a short guide on how to install libcufft7.5 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcufft7.5

2. Uninstall "libcufft7.5" package

This tutorial shows how to uninstall libcufft7.5 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcufft7.5 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcufft7.5 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcufft7.5
Priority: extra
Section: multiverse/libs
Installed-Size: 108747
Maintainer: Ubuntu Developers
Original-Maintainer: Debian NVIDIA Maintainers
Architecture: amd64
Source: nvidia-cuda-toolkit
Version: 7.5.18-0ubuntu1
Depends: libc6 (>= 2.4), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1)
Filename: pool/multiverse/n/nvidia-cuda-toolkit/libcufft7.5_7.5.18-0ubuntu1_amd64.deb
Size: 66611826
MD5sum: 7035185201957f6113c72b7316753f1f
SHA1: 0ebd011a330e91d45742c4e016913f9392dd8ae7
SHA256: bf623c91980f930d6f007a402c0d9b537550fbbdd8b81704b3c1f1d83b8ff964
Description-en: 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: 323d8bcdb5ce372c028cb925743b7ad1
Multi-Arch: same
Homepage: http://www.nvidia.com/CUDA
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu