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

Last updated: May 09,2024

1. Install "libclfft-doc" package

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

$ sudo apt update $ sudo apt install libclfft-doc

2. Uninstall "libclfft-doc" package

Please follow the step by step instructions below to uninstall libclfft-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libclfft-doc
Priority: optional
Section: universe/doc
Installed-Size: 1269
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: all
Source: clfft
Version: 2.10.2-1
Depends: libjs-mathjax
Filename: pool/universe/c/clfft/libclfft-doc_2.10.2-1_all.deb
Size: 526704
MD5sum: c600d2c4ed8029222be4a33ed3614d15
SHA1: 8c4d55c6b225890b37f38fb258843db95c0d7b5b
SHA256: ee7bcad34a2cce78dc3de0f4d52f4bcf99ec7cf311433a733971037a46ae97f8
Description-en: OpenCL FFT library (documentation)
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 documentation.
Description-md5: b68a602877364b9e236edc750b3adc34
Homepage: https://github.com/clMathLibraries/clFFT
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu