How to Install and Uninstall oclgrind Package on Kali Linux

Last updated: April 28,2024

1. Install "oclgrind" package

Learn how to install oclgrind on Kali Linux

$ sudo apt update $ sudo apt install oclgrind

2. Uninstall "oclgrind" package

Please follow the steps below to uninstall oclgrind on Kali Linux:

$ sudo apt remove oclgrind $ sudo apt autoclean && sudo apt autoremove

3. Information about the oclgrind package on Kali Linux

Package: oclgrind
Version: 21.10-3
Installed-Size: 700
Maintainer: Debian OpenCL Maintainers
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), liboclgrind-21.10 (>= 21.10), libstdc++6 (>= 11)
Size: 127756
SHA256: fd5f96634aaae53d7bc5cf60d0cdc50edb12f3b64790eb0c045377b46fe3bcea
SHA1: 90498df3aed78dddc63161925d375a71434e98b5
MD5sum: 0f990f6676ea39a5cc659f6fb4689991
Description: OpenCL device simulator
Oclgrind is an extensible OpenCL device simulator that provides a
plugin interface to facilitate the creation of tools to aid analysis
and development of OpenCL programs. Among the tools that Oclgrind
provides are various debugging aids, such as out-of-bounds memory
access checking, data-race detection, and an interactive debugger.
.
Oclgrind implements the OpenCL 1.2 runtime API, which makes
simulating an existing OpenCL program very straightforward - simply
prefix your usual application command-line with 'oclgrind'. There is
also a simple interface for simulating individual kernels in
isolation via the 'oclgrind-kernel' command.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/jrprice/Oclgrind
Section: devel
Priority: optional
Filename: pool/main/o/oclgrind/oclgrind_21.10-3_amd64.deb