How to Install and Uninstall libclfft2 Package on Kali Linux

Last updated: May 18,2024

1. Install "libclfft2" package

Please follow the step by step instructions below to install libclfft2 on Kali Linux

$ sudo apt update $ sudo apt install libclfft2

2. Uninstall "libclfft2" package

This guide let you learn how to uninstall libclfft2 on Kali Linux:

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

3. Information about the libclfft2 package on Kali Linux

Package: libclfft2
Source: clfft (2.12.2-5)
Version: 2.12.2-5+b1
Installed-Size: 902
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ocl-icd-libopencl1 | libopencl1
Size: 237728
SHA256: 047746d9b186656c70c144a20308d6f14beb5211b189dc38d56914279bd9bac4
SHA1: 890130d2da2019158e970205516f35dc5edfb324
MD5sum: e057d096854e6e375ec7f7304b3a8b3a
Description: OpenCL FFT 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 shared library.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/clMathLibraries/clFFT
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/c/clfft/libclfft2_2.12.2-5+b1_amd64.deb