How to Install and Uninstall libpocl-dev Package on Kali Linux

Last updated: May 05,2024

1. Install "libpocl-dev" package

Please follow the guidelines below to install libpocl-dev on Kali Linux

$ sudo apt update $ sudo apt install libpocl-dev

2. Uninstall "libpocl-dev" package

In this section, we are going to explain the necessary steps to uninstall libpocl-dev on Kali Linux:

$ sudo apt remove libpocl-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpocl-dev package on Kali Linux

Package: libpocl-dev
Source: pocl
Version: 5.0-2
Installed-Size: 74
Maintainer: Debian OpenCL Maintainers
Architecture: amd64
Depends: libpocl2 (= 5.0-2), libc6 (>= 2.34), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 2.2.8) | libopencl-2.1-1
Size: 32776
SHA256: 727d401b1fd08f4bb416ab0cb0e74c50c135b69f9923f2da8295babb8bdc7d9d
SHA1: d874242b9c27dd25a6e5d3703ddd3aa27fdf278a
MD5sum: 39de8b1a82f953b989f254ab3bece160
Description: development files for the pocl library
Portable Computing Language is an open source implementation of the OpenCL
standard which can be easily adapted for new targets. One of the goals of the
project is improving performance portability of OpenCL programs, avoiding the
need for target-dependent manual optimizations. A "native" target is included,
which allows running OpenCL kernels on the host (CPU).
.
This package provides the development files for the pocl library. Unless very
specific needs, this package is useless. This package is only required to link
directly and explicitly with pocl.
.
To develop OpenCL programs (that can be run with pocl), the opencl-dev virtual
package (provided by ocl-icd-opencl-dev for example) is required, not this one.
Description-md5:
Homepage: http://portablecl.org
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/p/pocl/libpocl-dev_5.0-2_amd64.deb