How to Install and Uninstall libclfft-bin Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "libclfft-bin" package

This is a short guide on how to install libclfft-bin on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libclfft-bin

2. Uninstall "libclfft-bin" package

This tutorial shows how to uninstall libclfft-bin on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libclfft-bin $ sudo apt autoclean && sudo apt autoremove

3. Information about the libclfft-bin package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libclfft-bin
Priority: optional
Section: universe/libs
Installed-Size: 225
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: clfft
Version: 2.10.2-1
Depends: libboost-program-options1.58.0, libc6 (>= 2.14), libclfft2 (= 2.10.2-1), 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/libclfft-bin_2.10.2-1_amd64.deb
Size: 63814
MD5sum: f3ef433c0adc1681a4e4298719765c3e
SHA1: 0ce806eb024f0a2db9c2d43e2bd67e7d32dffe46
SHA256: 85ab4d762de06a98467a8b4f62367bb04dd3483464fe700b258dfc72fd3c43ad
Description-en: OpenCL FFT library (executables)
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 executables.
Description-md5: 0dd85d0f263a9bd4cae8ad47a197c0e7
Multi-Arch: foreign
Homepage: https://github.com/clMathLibraries/clFFT
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu