How to Install and Uninstall python-pyopencl-dbg Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 07,2024

1. Install "python-pyopencl-dbg" package

This guide covers the steps necessary to install python-pyopencl-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyopencl-dbg

2. Uninstall "python-pyopencl-dbg" package

Please follow the steps below to uninstall python-pyopencl-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pyopencl-dbg $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pyopencl-dbg package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pyopencl-dbg
Priority: extra
Section: universe/debug
Installed-Size: 15865
Maintainer: Ubuntu Developers
Original-Maintainer: Tomasz Rybak
Architecture: amd64
Source: pyopencl
Version: 2015.1-2build3
Depends: python-pyopencl (= 2015.1-2build3), python-dbg (<< 2.8), libboost-python1.58.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.1-1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, python-numpy (>= 1:1.8.0), python-numpy-abi9, python-dbg (>= 2.7~)
Filename: pool/universe/p/pyopencl/python-pyopencl-dbg_2015.1-2build3_amd64.deb
Size: 4724744
MD5sum: 2083acb2edeba994ad1a3ae55b6065df
SHA1: de107b17bb9a5db0d5dba1854fa68b2795f587d8
SHA256: fd8809576d4b80fd01c8bef73b72be14204f9727a7ef1f4f2321f0354dee0a17
Description-en: Python module to access OpenCL API (debug extensions)
PyOpenCL lets you access the OpenCL parallel computation API from
Python. Here's what sets PyOpenCL apart:
* Object cleanup tied to lifetime of objects. This idiom, often called
RAII in C++, makes it much easier to write correct, leak- and
crash-free code.
* Completeness. PyOpenCL puts the full power of OpenCL’s API at your
disposal, if you wish.
* Convenience. While PyOpenCL's primary focus is to make all of OpenCL
accessible, it tries hard to make your life less complicated as it
does so--without taking any shortcuts.
* Automatic Error Checking. All OpenCL errors are automatically
translated into Python exceptions.
* Speed. PyOpenCL’s base layer is written in C++, so all the niceties
above are virtually free.
* Helpful, complete documentation and a wiki.
* Liberal licensing (MIT).
.
This package contains debug extensions build for the Python debug interpreter.
Description-md5: a2c8b834705b64dd4b6235ab9caa0a72
Homepage: http://mathema.tician.de/software/pyopencl
Build-Ids: 7bac8b8bccee821285c0f06f05aed54a84a4df7b b2a98945a01bf561d97be0a9d0b9b87c36cabbdf
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu