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

Last updated: May 21,2024

1. Install "libcompute-doc" package

Please follow the instructions below to install libcompute-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcompute-doc

2. Uninstall "libcompute-doc" package

Please follow the guidance below to uninstall libcompute-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcompute-doc
Priority: optional
Section: universe/doc
Installed-Size: 2976
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: all
Source: compute
Version: 0.5-1
Filename: pool/universe/c/compute/libcompute-doc_0.5-1_all.deb
Size: 158344
MD5sum: fe4e3b0471c8da0c22e4752a9953ad2c
SHA1: 4d5fb32b705db74d67dee02aace7e0fa97859e76
SHA256: 145c55e4cfb9d87a9f2fda0a5aa1660225f615851bb96302db42e0d656efd1ea
Description-en: documentation and examples for Boost.Compute
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 documentation and example source code for the
standalone compute package.
Description-md5: 092991336a68100314dcdc4fb42169b7
Homepage: http://boostorg.github.io/compute
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu