How to Install and Uninstall oclgrind Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 28,2024

1. Install "oclgrind" package

This tutorial shows how to install oclgrind on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install oclgrind

2. Uninstall "oclgrind" package

Learn how to uninstall oclgrind on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the oclgrind package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: oclgrind
Priority: optional
Section: universe/devel
Installed-Size: 267
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenCL Maintainers
Architecture: amd64
Version: 15.5-3build1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), liboclgrind-15.5, libstdc++6 (>= 5.2)
Filename: pool/universe/o/oclgrind/oclgrind_15.5-3build1_amd64.deb
Size: 80548
MD5sum: 18fc516d97d65c966d9fea54de886851
SHA1: ceaf4f46aa6e17eb46e8e749deec8cb4f23179b0
SHA256: 0bede0fe16465ab1d2e2add8ea640769e045741fe24712897c4999bfe17af06b
Description-en: 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: b34014a5ce63ceff0c0e8bb0040fd40c
Multi-Arch: foreign
Homepage: https://github.com/jrprice/Oclgrind
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu