How to Install and Uninstall libclfft2 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "libclfft2" package

This guide covers the steps necessary to install libclfft2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libclfft2

2. Uninstall "libclfft2" package

Here is a brief guide to show you how to uninstall libclfft2 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libclfft2 $ sudo apt autoclean && sudo apt autoremove

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

Package: libclfft2
Priority: optional
Section: universe/libs
Installed-Size: 802
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: clfft
Version: 2.10.2-1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.1-1
Filename: pool/universe/c/clfft/libclfft2_2.10.2-1_amd64.deb
Size: 206634
MD5sum: 2a0ac1aa5c451db9e19a72b9b0c67a4e
SHA1: aa9abeb5221f0fe5e40c7ac2d92e95ef6f092525
SHA256: 794c8d0a3cafd1d7318ed57bbc71109e3d0e61fe29db8d0cd12cbd66fec02788
Description-en: OpenCL FFT library (shared library)
The clFFT library is an open source OpenCL library implementation of discrete
Fast Fourier Transforms, which:
.
* Provides a fast and accurate platform for calculating discrete FFTs.
* Works on CPU or GPU backends.
* Supports in-place or out-of-place transforms.
* Supports 1D, 2D, and 3D transforms with a batch size that can be greater
than 1.
* Supports planar (real and complex components in separate arrays) and
interleaved (real and complex components as a pair contiguous in memory)
formats.
* Supports dimension lengths that can be any mix of powers of 2, 3, and 5.
* Supports single and double precision floating point formats.
.
This package provides the clFFT shared library.
Description-md5: c535f0bddf3a3335e7c2c40b80e0c2ff
Multi-Arch: same
Homepage: https://github.com/clMathLibraries/clFFT
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu