How to Install and Uninstall libcompute-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "libcompute-dev" package

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

$ sudo apt update $ sudo apt install libcompute-dev

2. Uninstall "libcompute-dev" package

This guide let you learn how to uninstall libcompute-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libcompute-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcompute-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 1414
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: all
Source: compute
Version: 0.5-1
Depends: libboost-dev, ocl-icd-opencl-dev | opencl-dev
Suggests: libcompute-doc
Filename: pool/universe/c/compute/libcompute-dev_0.5-1_all.deb
Size: 144978
MD5sum: 80fd1131188c1f04e6a5ad992634ba0d
SHA1: 9c4786825dcbeea9ccaa66fbc7ca9f00d079e854
SHA256: 801ff4fbe0e75f8064c2f74048f39678bc40f7d05ff303deee8a79e128fc1fa2
Description-en: cross-platform C++ library for GPU computing
Boost.Compute is a GPU/parallel-computing library for C++ based on OpenCL.
.
The core library is a thin C++ wrapper over the OpenCL API and provides access
to compute devices, contexts, command queues and memory buffers.
.
On top of the core library is a generic, STL-like interface providing common
algorithms (e.g. transform(), accumulate(), sort()) along with common
containers (e.g. vector, flat_set). It also features a number of
extensions including parallel-computing algorithms (e.g. exclusive_scan(),
scatter(), reduce()) and a number of fancy iterators (e.g.
transform_iterator<>, permutation_iterator<>, zip_iterator<>).
.
This package provides the development files for the standalone compute
package.
Description-md5: c25f4f1d2f396eb8a64d680dcd5eeeb3
Homepage: http://boostorg.github.io/compute
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu